@if ($overviewBond['bond'])
{{ $overviewBond['bond']->date }}
{{ $overviewBond['bond']->bond_number }}
{{ $overviewBond['bond']->type->name }}
{{ $overviewBond['bond']->branch->name }}
{{ $overviewBond['bond']->client->name }}
{{ $overviewBond['bond']->post_status ? 'مرحّل' : 'غير مرحّل' }}
| @lang('warehouses/entry-bonds/show.item_description') | @lang('warehouses/entry-bonds/show.item_code') | @lang('warehouses/entry-bonds/show.unit_code') | @lang('warehouses/entry-bonds/show.unit') | @lang('warehouses/entry-bonds/show.quantity') | @lang('warehouses/entry-bonds/show.expiration_date') | @lang('warehouses/entry-bonds/show.cost') | @lang('general.total') |
|---|---|---|---|---|---|---|---|
| {{ $item->print_name ?: $item->barcode->ar_name }} | {{ $item->barcode->item->full_number }} | {{ $item->barcode->number }} | {{ $item->barcode->unit->name }} | {{ $item->quantity }} | {{ $item->expire_date ?? '---' }} | {{ dn($item->cost) }} | {{ dn($item->cost * $item->quantity) }} |
| @lang('warehouses/sales-invoices/show.sum') | {{ $total_quantity }} | {{ dn($total_cost) }} | {{ dn($total) }} |
@lang('warehouses/entry-bonds/show.notes') :
{{ $overviewBond['bond']->notice }}
{{ $signature->label }}
----------------------------