@if ($overviewBond['bond'])
{{ $overviewBond['bond']->bond_number }}
{{ $overviewBond['bond']->date }}
{{ $overviewBond['bond']->supplier->name }}
{{ $overviewBond['bond']->supplier->phone_1 }}
{{ $overviewBond['bond']->branch->name }}
{{ $overviewBond['bond']->payment_way }}
{{ $invoice->bond_number }}
@endforeach{{ $overviewBond['bond']->currency->name }}
{{ $overviewBond['bond']->exchange_price }}
{{ $overviewBond['bond']->cost_center?->ar_name }}
| @lang('warehouses/returned-purchase-bonds/show.unit_code') | @lang('warehouses/returned-purchase-bonds/show.item_description') | @lang('warehouses/returned-purchase-bonds/show.unit') | @lang('warehouses/returned-purchase-bonds/show.quantity') | @lang('warehouses/returned-purchase-bonds/show.unit_cost') | @lang('warehouses/returned-purchase-bonds/show.total_cost') | @lang('warehouses/returned-purchase-bonds/show.foreign_unit_cost') | @lang('warehouses/returned-purchase-bonds/show.total_foreign_cost') | @lang('warehouses.purchase-invoices.create.tax') | @lang('warehouses.purchase-invoices.create.total_after_tax') | @lang('warehouses/returned-purchase-bonds/show.notes') |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->barcode->number }} | {{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ $item->quantity }} | {{ $item->cost }} | {{ $item->total_cost_after_tax - $item->tax_amount }} | {{ $item->foreign_cost }} | {{ $item->foreign_cost * $item->quantity }} | {{ $item->tax_ratio }}% | {{ $item->total_cost_after_tax }} | {{ $item->notice }} |
| @lang('warehouses/sales-invoices/show.sum') | {{ dn($total_cost) }} | {{dn($total)}} | ||||||||
@lang('warehouses/returned-purchase-bonds/show.notes') :
{{ $overviewBond['bond']->notice }}