@if ($overviewBond['bond'])
{{ $overviewBond['bond']->date }}
{{ $overviewBond['bond']->bond_number }}
{{ $overviewBond['bond']->start_date }}
{{ $overviewBond['bond']->end_date }}
{{ $overviewBond['bond']->parseDateToCarbon('start_date')->diffInDays($overviewBond['bond']->parseDateToCarbon('end_date')) }}
{{ $overviewBond['bond']->from_branch->name }}
{{ $overviewBond['bond']->to_branch->name }}
{{ $overviewBond['bond']->client_name }}
{{ $overviewBond['bond']->manufactured_barcode->ar_name }}
{{ $overviewBond['bond']->batch_number }}
{{ dn($overviewBond['bond']->unit_cost) }}
{{ $overviewBond['bond']->quantity }}
{{ $overviewBond['bond']->post_status ? 'مرحّل' : 'غير مرحّل' }}
| @lang('warehouses/manufacturing-bonds/show.branch') | @lang('warehouses/manufacturing-bonds/show.item_description') | @lang('warehouses/manufacturing-bonds/show.unit') | @lang('warehouses/manufacturing-bonds/show.individual_quantity') | @lang('warehouses/manufacturing-bonds/show.total_quantity') | @lang('warehouses/manufacturing-bonds/show.cost') | @lang('warehouses/manufacturing-bonds/show.total') | @lang('warehouses/manufacturing-bonds/show.notes') |
|---|---|---|---|---|---|---|---|
| {{ $item->from_branch->name }} | {{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ $item->quantity }} | {{ $overviewBond['bond']->quantity * $item->quantity }} | {{ dn($item->unit_cost * $item->quantity) }} | {{ dn($item->unit_cost * ($overviewBond['bond']->quantity * $item->quantity)) }} | {{ $item->notes ?? '---' }} |
| {{ dn($total) }} |
@lang('warehouses/manufacturing-bonds/show.notes') :
{{ $overviewBond['bond']->notice }}
{{ $signature->label }}
----------------------------