@foreach ($data as $index => $invoice) @endforeach
# {{ __('home.decoumentNo') }} {{ __('home.exportTime') }} {{ __('report.date') }} {{ __('home.employee') }} {{ __('home.acount_name') }} {{ __('accountes.Theamountpaid') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
{{ $index + 1 }} {{ $invoice->sent_abd_count }} {{ $invoice->created_at }} {{ $invoice->date_export }} {{ $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
@csrf
@if($invoice->attachments != null) {{ __('home.show') }} @else - @endif