{{ $resource->bond_number }}
{{ $resource->type_as_text }}
{{ $resource->branch->name }}
{{ $resource->date }}
{{ $resource->client?->name ?? 'نقدي' }}
{{ $resource->client_brnach?->name }}
{{ $resource->client_name }}
{{ $resource->client?->tax_number }}
{{ $resource->price_type?->name }}
{{ $overviewBond['bond']->selected_payment_way?? '---' }}
{{ $resource->accured_date }}
{{ $resource->delivered_date }}
{{ $resource->driver?->name }}
| @lang('warehouses/sales-invoices/show.unit_code') | @lang('warehouses/sales-invoices/show.item_description') | @lang('warehouses/sales-invoices/show.unit') | @lang('warehouses/sales-invoices/show.quantity') | @lang('warehouses/sales-invoices/show.unit_price') | @lang('warehouses/sales-invoices/show.total_price') | @lang('warehouses/sales-invoices/show.tax_percentage') | @lang('warehouses/sales-invoices/show.total') | @lang('warehouses/sales-invoices/show.expiration_date') | @lang('warehouses/sales-invoices/show.serial_numbers') | @lang('warehouses/sales-invoices/show.comments') |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->barcode->number }} | {{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ dn($item->quantity) }} | {{ dn($item->price_after_discount) }} | {{ dn($total_price_after_discount) }} | {{ $tax_ratio ?? '---' }} | {{ dn($total_price_after_discount + $tax_amount) }} | {{ $item->expire_date }} | @if (is_array($item->serial_items) && count($item->serial_items)) @else --- @endif | {{ $item->notice }} |
| {{ $item->barcode->number }} | {{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ dn($item->bonus) }} | {{ dn(0) }} | {{ dn(0) }} | {{ dn(0) }} | {{ dn(0) }} | {{ $item->expire_date }} | --- | {{ $item->notice }} |
| @lang('warehouses/sales-invoices/show.expense') | @lang('warehouses/sales-invoices/show.value') | @lang('warehouses/sales-invoices/show.account') |
|---|---|---|
| {{ $item->standard_expenses->name }} | {{ $item->amount }} | {{ $item->standard_expenses->account->name }} |
| @lang('general.total') | {{ $total }} | |
{{ $resource->bond_number }}
{{ $resource->branch->name }}
{{ $resource->date }}
{{ $resource->client?->name }}
{{ $resource->client?->tax_number }}
| @lang('warehouses/sales-invoices/show.account_receivable') | @lang('warehouses/sales-invoices/show.debtor') | @lang('warehouses/sales-invoices/show.creditor') | @lang('warehouses/sales-invoices/show.cost_center') | @lang('warehouses/sales-invoices/show.description') |
|---|---|---|---|---|
| {{ $account_info['account']->name }} | {{ dn($account_info['amount']) }} | --- | --- | |
| {{ $account_info['account']->name }} | --- | {{ dn($account_info['amount']) }} | --- | |
| {{ dn($debit_sum) }} | {{ dn($credit_sum) }} |
@lang('warehouses/sales-invoices/show.comments') :
{{ $resource->notice }}
{{ $signature->label }}
----------------------------