@extends('layouts.master') @section('css') @section('title') {{ __('home.purchasereports') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif @if (session()->has('notfountreturnproduct')) @endif
{{ csrf_field() }}

{{ __('home.searchbyproductname') }}


@if (isset($products))
@foreach ($products as $invoice)
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 164

Warning: Attempt to read property "Added_Value" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 164

Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 164

Warning: Attempt to read property "quantity" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 164

Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 165

Warning: Attempt to read property "Unit_Price" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 165

Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 165

Warning: Attempt to read property "quantity" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 165

Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 167

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 167

Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 169

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 169

Fatal error: Uncaught Error: Class "App\Models\orderTosupllier" not found in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php:177 Stack trace: #0 {main} thrown in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/purchasereports.blade.php on line 177
# {{ __('report.invoiceNo') }} {{ __('report.date') }} {{ __('home.suppliername') }} {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }} {{ __('home.purchase') }} {{ __('home.addedValue') }} {{ __('home.total') }}
{{ $i }} {{ $invoice->order_owner }} {{ $invoice->created_at }}