| Customer Info |
|---|
|
Full Name : {{$quote['client_name']}}
Phone : {{$quote['client_phone']}}
Email : {{$quote['client_email']}}
Address : {{$quote['client_adr']}}
@if($quote['client_tax'])Tax Number : {{$quote['client_tax']}} @endif
|
| Company Info |
|---|
|
{{$setting['CompanyName']}}
Phone : {{$setting['CompanyPhone']}}
Email : {{$setting['email']}}
Address : {{$setting['CompanyAdress']}}
|
| PRODUCT | UNIT PRICE | QUANTITY | DISCOUNT | TAX | TOTAL |
|---|---|---|---|---|---|
|
{{$detail['code']}} ({{$detail['name']}})
@if($detail['is_imei'] && $detail['imei_number'] !==null)
IMEI/SN : {{$detail['imei_number']}} @endif |
{{$detail['price']}} | {{$detail['quantity']}}/{{$detail['unitSale']}} | {{$detail['DiscountNet']}} | {{$detail['taxe']}} | {{$detail['total']}} |
| Order Tax | {{$quote['TaxNet']}} |
| Discount | {{$quote['discount']}} |
| Shipping | {{$quote['shipping']}} |
| Total | {{$symbol}} {{$quote['GrandTotal']}} |
@if($setting['is_invoice_footer'] && $setting['invoice_footer'] !==null)
{{$setting['invoice_footer']}}
@endif