خطا
@endif
@if (session()->has('notfountreturnproduct'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session()->get('notfountreturnproduct') }}
@if (isset($Invoices))
@foreach ($Invoices as $invoice)
{{-- {{ __('report.invoiceNo') }} : {{ $invoice->id }}
{{ __('home.suppliername') }} : {{ $invoice->supllier->name }} --}}
@endforeach
@endif
@foreach ($Invoices as $invoice)
{{-- {{ __('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