خطا
@endif
@if (session()->has('notfountreturnproduct'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session()->get('notfountreturnproduct') }}
@if (isset($Invoices))
@foreach ($Invoices as $invoice)
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.blade.php on line 164
Warning: Attempt to read property "user_id" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.blade.php on line 164
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.blade.php on line 165
Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.blade.php on line 165
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.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/Request_A_quote_from_supplier.blade.php on line 167
{{-- {{ __('report.invoiceNo') }} : {{ $invoice->id }}
{{ __('home.suppliername') }} : {{ $invoice->supllier->name }} --}}
@endforeach
@endif
@foreach ($Invoices as $invoice)
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.blade.php on line 164
Warning: Attempt to read property "user_id" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.blade.php on line 164
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.blade.php on line 165
Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.blade.php on line 165
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Request_A_quote_from_supplier.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/Request_A_quote_from_supplier.blade.php on line 167
{{-- {{ __('report.invoiceNo') }} : {{ $invoice->id }}
{{ __('home.suppliername') }} : {{ $invoice->supllier->name }} --}}
{{ __('report.invoiceNo') }} | {{ $invoice->id }} |
---|---|
{{ __('home.suppliername') }} | {{ $invoice->supllier->name }} |
{{__('home.Invoice_no')}} | {{ $invoice->id }} | |||
---|---|---|---|---|
# | {{ __('report.date') }} | {{ __('home.productNo') }} | {{ __('home.product') }} | {{ __('home.quantity') }} |
{{ $i }} | {{ $date[0] }} | {{ $product->productData->Product_Code }} | {{ $product->productData->product_name }} | {{ $product->quantity }} |
@endforeach
@endif