@if ($overviewBond['bond'])
SALES OFFER |
|
Offer #:
{{ $overviewBond['bond']->bond_number }}
Offer Date :
{{ $overviewBond['bond']->date }}
|
|
Customer:
{{ $overviewBond['bond']->client_name }}
@if ($overviewBond['bond']->client)
Account # :
{{ $overviewBond['bond']->client->id_by_receivable_type }}
@endif
|
|
@if ($overviewBond['bond']->client)
Customer phone:
{{ $overviewBond['bond']->client->phone_1 }}
@endif
Address :
@if ($overviewBond['bond']->client && is_array($overviewBond['bond']->client->address))
city:
{{ $overviewBond['bond']->client->address['city'] ?? '---' }} /
area:{{ $overviewBond['bond']->client->address['region'] ?? '---' }}
/
address:{{ $overviewBond['bond']->client->address['address'] ?? '---' }}
@else
---
@endif
|
|
F.O.Payment:
{{ $overviewBond['bond']->client_type == 'cash' ? 'نقدي' : 'ذمة' }}
Payment way:
{{ $overviewBond['bond']->selected_payment_way ?? '---' }}
|
|
Sales Ex : @lang('warehouses/sales-price-offers/show.sales_section')
|
|
Notes :{{ $overviewBond['bond']->notice }}
|
| # | Ref. | Description | Qty | Price | Dis. | Gross Price | Amount |
| {{ $loop->iteration }} | {{ $item->barcode->number }} | {{ $item->barcode->ar_name }} | {{ dn($item->quantity) }} | {{ dn($item->price) }} | {{ number_format(($item->discount_amount / ($item->price * $item->quantity)) * 100, 2) }}% | {{ $item->price * $item->quantity - $item->discount_amount }} | {{ $total_price_after_tax }} |
{{ arabicTafqeet(dn($total_final_price - $client_discount)) }}
| Sub Total | {{ dn($total_amount_before_normal_discounts) }} |
| Items Discount | {{ dn($total_items_discount) }} |
| Extra Discount | {{ dn($total_extra_discounts) }} |
| Client Discount | {{ dn($client_discount) }} |
| Taxes | {{ dn($tax_amounts_total) }} |
| Total | {{ dn($total_final_price - $client_discount) }} |