@extends('layout.main') @section('content')

{{trans('file.Supplier Report')}}

{!! Form::open(['route' => 'report.supplier', 'method' => 'post']) !!}
{!! Form::close() !!}
@foreach($lims_purchase_data as $key=>$purchase)
Warning: Undefined variable $purchase in /var/www/html/repo/invoicing-salepropos/resources/views/report/supplier_report.blade.php on line 80

Warning: Attempt to read property "status" on null in /var/www/html/repo/invoicing-salepropos/resources/views/report/supplier_report.blade.php on line 80

Warning: Undefined variable $purchase in /var/www/html/repo/invoicing-salepropos/resources/views/report/supplier_report.blade.php on line 82

Warning: Attempt to read property "status" on null in /var/www/html/repo/invoicing-salepropos/resources/views/report/supplier_report.blade.php on line 82

Warning: Undefined variable $purchase in /var/www/html/repo/invoicing-salepropos/resources/views/report/supplier_report.blade.php on line 84

Warning: Attempt to read property "status" on null in /var/www/html/repo/invoicing-salepropos/resources/views/report/supplier_report.blade.php on line 84
{{trans('file.Date')}} {{trans('file.reference')}} {{trans('file.Warehouse')}} {{trans('file.product')}} ({{trans('file.qty')}}) {{trans('file.grand total')}} {{trans('file.Paid')}} {{trans('file.Balance')}} {{trans('file.Status')}}
{{$key}} {{date($general_setting->date_format, strtotime($purchase->created_at->toDateString())) . ' '. $purchase->created_at->toTimeString()}} {{$purchase->reference_no}} {{$purchase->warehouse->name}} @foreach($lims_product_purchase_data[$key] as $product_purchase_data)
Fatal error: Uncaught Error: Class "App\Product" not found in /var/www/html/repo/invoicing-salepropos/resources/views/report/supplier_report.blade.php:95 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/report/supplier_report.blade.php on line 95