خطا
@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 }} --}}
@if (App\Models\branchs::count() > 1) {{-- {{ __('users.branch') }} : {{ $invoice->user->branch->name }} --}} @endif
@endforeach
@endif
@if (isset($Invoices))
@endif
@foreach ($Invoices as $invoice)
{{-- {{ __('report.invoiceNo') }} : {{ $invoice->id }} --}}
{{-- {{ __('home.suppliername') }} : {{ $invoice->supllier->name }} --}}
@if (App\Models\branchs::count() > 1) {{-- {{ __('users.branch') }} : {{ $invoice->user->branch->name }} --}} @endif
| {{ __('home.suppliername') }} | {{ $invoice->supllier->name }} |
|---|---|
| {{ __('users.branch') }} | {{ $invoice->user->branch->name }} |
| {{__('home.Invoice_no')}} | {{ $invoice->id }} | ||||||
|---|---|---|---|---|---|---|---|
| # | {{ __('report.date') }} | {{ __('home.productNo') }} | {{ __('home.product') }} | {{ __('home.quantity') }} | {{ __('home.purchase') }} | {{ __('home.addedValue') }} | {{ __('home.total') }} |
| {{ $i }} | {{ $date[0] }} | {{ $product->productData->Product_Code }} | {{ $product->productData->product_name }} | {{ $product->numberofpice }} | {{ $product->purchasingـprice }} | {{ $product->Added_Value }} | {{ ($product->purchasingـprice + $product->Added_Value) * $product->numberofpice }} |
| {{ __('report.totalprice') }} | {{ __('home.the amount') }} |
|---|---|
| {{ __('report.totalpricewithoudtax') }} | {{ $totalprice }} |
| {{ __('report.totaltax') }} | {{ $totaladdedvalue }} |
| {{ __('report.totalallprice') }} | {{ $totaladdedvalue + $totalprice }} |