@if ($overviewBond['shipment_bond'])
{{ $overviewBond['shipment_bond']->from_date }}
{{ $overviewBond['shipment_bond']->to_date }}
{{ $overviewBond['shipment_bond']->bond_number }}
{{ $overviewBond['shipment_bond']->post_status ? 'مرحّل' : 'غير مرحّل' }}
| @lang('representatives/shipment-bonds/show.invoice_number') | @lang('representatives/shipment-bonds/show.client') | @lang('representatives/shipment-bonds/show.address') | @lang('representatives/shipment-bonds/show.status') |
|---|---|---|---|
| {{ $item->sales_invoice->bond_number }} | {{ $item->sales_invoice->client?->name }} | {{ json_encode($item->sales_invoice->client?->address?? []) }} | --- |