@if ($overviewBond['bond'])
{{ $overviewBond['bond']->bond_number }}
{{ $overviewBond['bond']->branch->name }}
{{ $overviewBond['bond']->client?->phone_1 ?? '---' }}
{{ $overviewBond['bond']->client?->name ?? 'نقدي' }}
{{ $overviewBond['bond']->client_brnach?->name }}
{{ $overviewBond['bond']->client?->phone_1 ?? '---' }}
{{ $overviewBond['bond']->date }}
{{ $overviewBond['bond']->price_type?->name }}
{{ $overviewBond['bond']->selected_payment_way ?? '---' }}
{{ $overviewBond['bond']->client_name }}
{{ $overviewBond['bond']->client?->tax_number }}
@lang('warehouses/sales-price-offers/show.city'): {{ $overviewBond['bond']->client->address['city'] ?? '---' }} /
@lang('warehouses/sales-price-offers/show.region'):{{ $overviewBond['bond']->client->address['region'] ?? '---' }} /
@lang('warehouses/sales-price-offers/show.address'):{{ $overviewBond['bond']->client->address['address'] ?? '---' }}
@else '---' @endif{{ now()->format('d/m/Y') . ' ' . now()->format('h:i A') }}
| @lang('warehouses/sales-price-offers/show.unit_code') | @lang('warehouses/sales-price-offers/show.item_description') | @lang('warehouses/sales-price-offers/show.unit') | @lang('warehouses/sales-price-offers/show.quantity') | @can('warehouses-salesPriceOffers-showSalesPrice')@lang('warehouses/sales-price-offers/show.unit_price') | @endcan@lang('warehouses/sales-price-offers/show.total_discount_value') | @can('warehouses-salesPriceOffers-showSalesPrice')@lang('warehouses/sales-price-offers/show.total_price_after_additional_discount') | @endcan@lang('warehouses/sales-price-offers/show.tax_percentage') | @can('warehouses-salesPriceOffers-showSalesPrice')@lang('warehouses/sales-price-offers/show.total_after_tax') | @endcan@lang('warehouses/sales-price-offers/show.notes') |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->barcode->number }} | {{ $item->barcode->ar_name }} | {{ $item->barcode->unit->name }} | {{ dn($item->quantity) }} | @can('warehouses-salesPriceOffers-showSalesPrice'){{ dn($item->price) }} | @endcan{{ dn(($item->discount_amount ?? 0) + ($item->extra_discount_amount ?? 0)) * $item->quantity }} | @can('warehouses-salesPriceOffers-showSalesPrice'){{ dn( $item->price * $item->quantity - (($item->discount_amount ?? 0) + ($item->extra_discount_amount ?? 0)) * $item->quantity, ) }} | @endcan{{ $tax_ratio ? $tax_ratio . '%' : '---' }} | @can('warehouses-salesPriceOffers-showSalesPrice'){{ dn($total_price_after_tax) }} | @endcan{{ $item->notice }} |
@lang('warehouses/sales-price-offers/show.notes') :
{{ $overviewBond['bond']->notice }}