@if ($overviewBond['bond'])
{{ $overviewBond['bond']->date }}
{{ $overviewBond['bond']->bond_number }}
{{ $overviewBond['bond']->branch->name }}
{{ $overviewBond['bond']->status }}
| @lang('warehouses/purchase-commands/show.unit_code') | @lang('warehouses/purchase-commands/show.item_description') | @lang('warehouses/purchase-commands/show.unit') | @lang('warehouses/purchase-commands/show.quantity') | @lang('warehouses/purchase-commands/show.notes') |
|---|---|---|---|---|
| {{ $item->barcode->number }} | {{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ $item->quantity }} | {{ $item->notice }} |
@lang('warehouses/purchase-commands/show.notes') :
{{ $overviewBond['bond']->notice }}