{{ $resource->date }}
{{ $resource->bond_number }}
{{ $resource->audit_status ? 'مرحّل' : 'غير مرحّل' }}
{{ $resource->payment_way_by_ar }}
{{ $resource->credit_type == 'account' ? 'حساب' : 'ذمة' }}
{{ $resource->debit_account->name }}
{{ $resource->credit_type == 'account' ? $resource->credit_account->name : $resource->credit_receivable->name }}
{{ dn($resource->amount) }}
| # | @lang('accounting/receipts/show-from-qr.value') | @lang('accounting/receipts/show-from-qr.transfer_number') | @lang('accounting/receipts/show-from-qr.transfer_date') | @lang('accounting/receipts/show-from-qr.bank') | @lang('accounting/receipts/show-from-qr.description') |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $transfer->amount }} | {{ $transfer->number }} | {{ $transfer->date }} | {{ $transfer->bank }} | {{ $transfer->notice }} |
| {{ collect($resource->transfers)->sum('amount') }} |
| # | @lang('accounting/receipts/show-from-qr.value') | @lang('accounting/receipts/show-from-qr.check_number') | @lang('accounting/receipts/show-from-qr.check_date') | @lang('accounting/receipts/show-from-qr.bank') | @lang('accounting/receipts/show-from-qr.description') |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ dn($check->amount) }} | {{ $check->number }} | {{ $check->date }} | {{ $check->bank }} | {{ $check->notice }} |
| @lang('general.total') | {{ dn(collect($resource->checks)->sum('amount')) }} |
| # | @lang('accounting/receipts/show-from-qr.document_type') | @lang('accounting/receipts/show-from-qr.document_number') | @lang('accounting/receipts/show-from-qr.date') | @lang('accounting/receipts/show-from-qr.payments') |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $payment->invoice_type == 'services' ? 'فاتورة بيع خدمات' : 'فاتورة بيع' }} | {{ $payment->invoice_id }} | {{ $payment->created_at->format('m/d/Y') }} | {{ dn($payment->amount) }} |
| {{ dn(collect($resource->payments)->sum('amount')) }} |
| @lang('accounting/receipts/show-from-qr.account_receivable') | @lang('accounting/receipts/show-from-qr.debtor') | @lang('accounting/receipts/show-from-qr.creditor') | @lang('accounting/receipts/show-from-qr.cost_center') | @lang('accounting/receipts/show-from-qr.description') |
|---|---|---|---|---|
| {{ $resource->debit_account->name }} | {{ dn($resource->amount) }} | --- | --- | |
| {{ $resource->credit_type == 'account' ? $resource->credit_account->name : $resource->credit_receivable->name }} | --- | {{ dn($resource->amount) }} | --- | {{ $resource->notice ?? '---' }} |
| {{ dn($resource->amount) }} | {{ dn($resource->amount) }} |
@lang('accounting/receipts/show-from-qr.notes') :
{{ $resource->notice }}
@else @lang('accounting/receipts/show-from-qr.no_notes') @endif{{ $signature->label }}
----------------------------