@if (isset($data) && !empty($data) && count($data) > 0)
| {{ __('home.decoumentNo') }} | {{ __('home.exportTime') }} | {{ __('report.date') }} | {{ __('home.employee') }} | {{ __('home.acount_name') }} | {{ __('accountes.Theamountpaid') }} | {{ __('home.paymentmethod') }} | {{ __('home.operations') }} |
|---|---|---|---|---|---|---|---|
| {{ $invoice->sent_serf_count }} | {{-- وقت الإنشاء وتاريخ التصدير --}}{{ $invoice->created_at->format('Y-m-d H:i') }} | {{ $invoice->date_export }} | {{-- الموظف والحساب --}}{{ $invoice->user->name ?? '---' }} | {{ $invoice->financial_accounts_data->name ?? '---' }} | {{-- المبلغ --}}{{ number_format($invoice->recive_amount, 2) }} | {{-- طريقة الدفع --}}@if ($invoice->Pay_Method_Name == 'Cash') {{ __('report.cash') }} @elseif ($invoice->Pay_Method_Name == 'Bank_transfer') {{ __('home.Bank_transfer') }} @else {{ __('report.shabka') }} @endif | {{-- العمليات --}}