خطا
@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->orderId }}
{{ __('home.suppliername') }} : {{ $invoice->supllier->name }}
{{ __('home.notesClient') }} : {{ $invoice->notes }}
{{ __('users.branch') }} : {{ $invoice->branch->name }} --}}
@endforeach
@endif @if (isset($Invoices)) @endif
@foreach ($Invoices as $invoice)
{{-- {{ __('report.invoiceNo') }} : {{ $invoice->orderId }}
{{ __('home.suppliername') }} : {{ $invoice->supllier->name }}
{{ __('home.notesClient') }} : {{ $invoice->notes }}
{{ __('users.branch') }} : {{ $invoice->branch->name }} --}}
| {{ __('report.invoiceNo') }} | {{ $invoice->orderId }} |
|---|---|
| {{ __('home.suppliername') }} | {{ $invoice->supllier->name }} |
| {{ __('home.notesClient') }} | {{ $invoice->notes }} |
| {{ __('users.branch') }} | {{ $invoice->branch->name }} |
| {{__('home.Invoice_no')}} | {{ $invoice->orderId }} | ||||
|---|---|---|---|---|---|
| # | {{ __('report.date') }} | {{ __('home.productNo') }} | {{ __('home.product') }} | {{ __('home.quantity') }} | {{ __('home.saleprice') }} |
| {{ $i }} | {{ $date[0] }} | {{ $product->productData->Product_Code }} | {{ $product->productData->product_name }} | {{ $product->numberofpice }} | {{ $product->productData->purchasingـprice }} |
@endforeach
@endif @if (isset($Invoices)) @endif