| {{ __('home.decoumentNo') }} | {{ __('home.exportTime') }} | {{ __('home.employee') }} | {{ __('home.acount_name') }} | {{ __('accountes.Theamountpaid') }} | {{ __('home.paymentmethod') }} | {{ __('home.operations') }} | ||
|---|---|---|---|---|---|---|---|---|
| {{ $invoice->sent_abd_count }} | {{ $invoice->created_at }} | {{ $invoice->user->name ?? '-' }} | {{ $invoice->financial_accounts_data->name ?? '-' }} | {{ $invoice->recive_amount }} | @if ($invoice->type == 'Cash') {{ __('report.cash') }} @elseif ($invoice->type == 'Bank_transfer') {{ __('home.Bank_transfer') }} @else {{ __('report.shabka') }} @endif | |||
| {{ __('home.no_data_found') }} | ||||||||