@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/out-bonds/show.item_description') | @lang('warehouses/out-bonds/show.unit') | @lang('warehouses/out-bonds/show.quantity') | @lang('warehouses/out-bonds/show.cost_center') |
|---|---|---|---|
| {{ $item->print_name ?: $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ $item->quantity }} | {{ $item->cost_center?->ar_name ?? '---' }} |
| @lang('warehouses/sales-invoices/show.sum') | {{$total}} | ||
@lang('warehouses/out-bonds/show.notes') :
{{ $overviewBond['bond']->notice }}
{{ $signature->label }}
----------------------------