@if(isset($data) && count($data) > 0) @foreach ($data as $index => $invoice) @endforeach @else @endif
{{ __('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
{{-- زر التعديل (تم ربط data attributes بالموديل بدقة) --}} {{-- زر الحذف --}}
@csrf
@if($invoice->attachments) @else {{ __('home.no_attachments') ?? 'لا يوجد' }} @endif
{{ __('home.no_data_found') }}