@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp
@foreach ($data as $invoice) @endforeach
{{ __('home.decoumentNo') }} {{ __('home.exportTime') }} {{ __('report.date') }} {{ __('home.employee') }} {{ __('home.acount_name') }} {{ __('accountes.Theamountpaid') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
{{ $invoice->sent_abd_count}} {{ $invoice->created_at }} {{ $invoice->date_export }} {{ $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
{{ csrf_field() }}

@else
{{__('home.notfounddata')}}
@endif