@if ($overviewBond['bond'])
{{ $overviewBond['bond']->date }}
{{ $overviewBond['bond']->bond_number }}
{{ $overviewBond['bond']->branch->name }}
{{ $overviewBond['bond']->post_status ? 'مرحّل' : 'غير مرحّل' }}
| @lang('warehouses/stocktaking-bonds/index.item_description') | @lang('warehouses/stocktaking-bonds/index.unit') | @lang('warehouses/stocktaking-bonds/index.expected_quantity') | @lang('warehouses/stocktaking-bonds/index.actual_quantity') | @lang('warehouses/stocktaking-bonds/index.difference') | @lang('warehouses/stocktaking-bonds/index.bond_type') | @lang('warehouses/stocktaking-bonds/index.expiration_date') | @lang('warehouses/stocktaking-bonds/index.cost') | @lang('warehouses/stocktaking-bonds/index.total') |
|---|---|---|---|---|---|---|---|---|
| {{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ dn($item->expected_available_quantity) }} | {{ dn($item->real_available_quantity) }} | {{ dn($item->real_available_quantity - $item->expected_available_quantity) }} | {{ $item->real_available_quantity - $item->expected_available_quantity > 0 ? 'سند إدخال' : 'سند إخراج' }} | {{ $item->expire_date ?? '---' }} | {{ dn($item->real_available_quantity - $item->expected_available_quantity) > 0 ? dn($item->avg_cost) : 'FIFO' }} | {{ dn($item->real_available_quantity - $item->expected_available_quantity) > 0 ? dn($item->avg_cost * ($item->real_available_quantity - $item->expected_available_quantity)) : 'FIFO' }} |
@lang('warehouses/stocktaking-bonds/index.notes') :
{{ $overviewBond['bond']->notice }}