@if ($overviewBond['shipment_bond'])
@if ($overviewBond['shipment_bond']->post_status == 0) @can('representatives-shipmentBonds-edit') @lang('general.edit') @endcan @endif
@lang('representatives/shipment-bonds/show.from_date')

{{ $overviewBond['shipment_bond']->from_date }}

@lang('representatives/shipment-bonds/show.to_date')

{{ $overviewBond['shipment_bond']->to_date }}

@lang('representatives/shipment-bonds/show.document_number')

{{ $overviewBond['shipment_bond']->bond_number }}

@lang('representatives/shipment-bonds/show.document_status')

{{ $overviewBond['shipment_bond']->post_status ? 'مرحّل' : 'غير مرحّل' }}

@foreach ($overviewBond['shipment_bond']->items as $item) @endforeach
@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?? []) }} ---
@endif @push('script') @endpush