خطا
@endif
@if (session()->has('notfountreturnproduct'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session()->get('notfountreturnproduct') }}
@if (isset($Invoices))
@if (isset($Invoices) != '-')
{{ __('accountes.Remainingamount') }} :
{{ $Invoices[0]->supllier->In_debt }}
@endif
@if (count($Invoices))
@endif @endif
# | {{ __('home.decoumentNo') }} | {{ __('report.date') }} | {{ __('home.employee') }} | {{ __('home.acount_name') }} | {{ __('accountes.Theamountpaid') }} | {{ __('home.paymentmethod') }} | {{ __('home.notesClient') }} | {{ __('home.attachments') }} |
---|---|---|---|---|---|---|---|---|
{{ $i }} | {{ $invoice->id}} | {{ $date[0] }} | {{ $invoice->user->name }} | {{ $invoice->financial_accounts_data->name }} | {{ $invoice->recive_amount }} | @if ($invoice->Pay_Method_Name == 'Cash') {{ __('report.cash') }} @elseif ($invoice->Pay_Method_Name == 'Bank_transfer') {{ __('home.Bank_transfer') }} @else {{ __('report.shabka') }} @endif | {{$invoice->note }} |
@endif @endif