خطا
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
| # | {{ __('home.decoumentNo') }} | {{ __('report.date') }} | {{ __('accountes.user') }} | {{ __('accountes.Theamountpaid') }} | {{ __('accountes.Reasonforspendingmoney') }} | {{ __('home.paymentmethod') }} | {{ __('home.notesClient') }} | {{ __('home.attachments') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $invoice->id}} | {{ $invoice->created_at}} | {{ $invoice->user->name }} | {{ $invoice->Theـamountـpaid }} | {{App::getLocale()=='ar'? $invoice->Expenses_reasons->expenses_reason:($invoice->Expenses_reasons->expenses_reason_en=='-'?$invoice->Expenses_reasons->expenses_reason:$invoice->Expenses_reasons->expenses_reason_en )}} | @if ($invoice->Pay_Method_Name == 'Cash') {{ __('report.cash') }} @elseif($invoice->Pay_Method_Name == 'Credit') {{ __('report.credit') }} @elseif($invoice->Pay_Method_Name == 'Bank_transfer') {{ __('home.Bank_transfer') }} @else {{ __('report.shabka') }} @endif | {{ $invoice->notes }} |
| {{ __('report.totalprice') }} | {{ __('home.the amount') }} | |
|---|---|---|
| 1 | {{ __('home.total') }} | {{ $totalprice }} |
@if (count($Invoices) > 0)
@endif @endif