@if ($overviewBond['bond'])
{{ $overviewBond['bond']->bond_number }}
{{ $overviewBond['bond']->branch?->name }}
{{ $overviewBond['bond']->date }}
{{ dn($overviewBond['bond']->price - ($overviewBond['bond']->discount ?? 0)) }}
{{ dn($overviewBond['bond']->tax_amount ?? 0) }}
{{ dn($overviewBond['bond']->total) }}
| @lang('pos/aggregation-invoices/show.unit_code') | @lang('pos/aggregation-invoices/show.item_description') | @lang('pos/aggregation-invoices/show.unit') | @lang('pos/aggregation-invoices/show.quantity') | @lang('pos/aggregation-invoices/show.unit_price') | @lang('pos/aggregation-invoices/show.discount_value') | @lang('pos/aggregation-invoices/show.tax_rate') | @lang('pos/aggregation-invoices/show.total') |
|---|---|---|---|---|---|---|---|
| {{ $item->barcode?->number }} | {{ $item->barcode?->ar_name }} | {{ $item->barcode?->unit?->name }} | {{ dn($quantity) }} | {{ dn($price) }} | {{ dn($discount) }} | {{ $tax ? ($tax . '%') : '---' }} | {{ dn($itemTotalWithTax) }} |
| {{ dn($totalQuantity) }} | {{ dn($totalPrice) }} | {{ dn($totalDiscount) }} | {{ dn($finalTotal) }} |