@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp
@foreach ($data as $product)
Warning: Undefined variable $product in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 51

Warning: Attempt to read property "Pay" on null in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 51

Warning: Undefined variable $product in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 53

Warning: Attempt to read property "Pay" on null in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 53

Warning: Undefined variable $product in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 55

Warning: Attempt to read property "Pay" on null in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 55

Warning: Undefined variable $product in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 57

Warning: Attempt to read property "Pay" on null in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 57

Fatal error: Uncaught Error: Call to undefined function __() in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php:60 Stack trace: #0 {main} thrown in /home/ebdea/public_html/lamor.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 60
{{ __('home.Invoice_no') }} {{ __('home.sallerName') }} {{ __('home.clietName') }} {{ __('home.date') }} {{ __('home.branch') }} {{ __('home.total') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
{{ $product->id }} {{ $product->user->name??'' }} {{ $product->customer->name??'' }} {{ $product->created_at }} {{ $product->branch->name }} {{$product->creaditamount+$product->bankamount+$product->Bank_transfer+$product->cashamount}}