|
| {{ $quotation->barcode ?? '' }} {{ isset($quotation->status) && $quotation->status == 1 ? '' : '' }} | ||
| Date | : | {{ date('d/m/Y', strtotime($downloadDate)) }} |
| Sale by | : | {{ $salesUser ?? '' }} |
| Customer Ref. | : | {{ $quotation->reference }} |
| Quote by | : | {{ $quoBy ?? '' }} |
| Currency | : | {{ $quotation->currency ?? '' }} |
| Page | : | {PAGENO} of {nbpg} |
| Shipping | ||
|
{{ $propertyAdd->street_1 ?? '' }} {{ $propertyAdd->unit_no ?? '' }} {{ $propertyAdd->street_2 ?? '' }} {{ $propertyAdd->country ?? '' }} {{ $propertyAdd->zip_code ?? '' }} |
||
|
{{ ucwords($property_contact_person->title ?? '') }} {{ ucwords($property_contact_person->first_name ?? '') }} {{ ucwords($property_contact_person->last_name ?? '') }} | |
|
{{ $property_contact_person->primary_phone ?? '' }} | |
|
{{ $property_contact_person->primary_email ?? '' }} | |
| Billing | ||
|
{{ $billing->street_1 ?? '' }} {{ $billing->unit_no ?? '' }} {{ $billing->street_2 ?? '' }} {{ $billing->country ?? '' }} {{ $billing->zip_code ?? '' }} |
||
|
{{ ucwords($contact_person->title ?? '') }} {{ ucwords($contact_person->first_name ?? '') }} {{ ucwords($contact_person->last_name ?? '') }} | |
|
{{ $contact_person->primary_phone ?? '' }} | |
|
{{ $contact_person->primary_email ?? '' }} | |
| Item Description | Qty | UOM | Price | Amount | |||
|---|---|---|---|---|---|---|---|
| {{ucfirst($lineItem['product'])}} | |||||||
| {{$lineItem['sno']}}. |
{{ucfirst($lineItem['product'])}}
{!! $lineItem['description'] !!}
|
{{$lineItem['quantity']}} | {{$lineItem['uom']}} | ${{$lineItem['selling_cost']}} | ${{$lineItem['total']}} | ||
| {{$lineItem['sno']}}) |
{{ucfirst($lineItem['product'])}}
{!! $lineItem['description'] !!}
|
{{$lineItem['quantity']}} | {{$lineItem['uom']}} | ${{$lineItem['selling_cost']}} | ${{$lineItem['total']}} | ||
| Sub Total | ${{number_format($quotation->sub_total,2)}} |
| Discount @if(isset($quotation_detail->discount_value_type) && $quotation_detail->discount_value_type == 1) ( ${{ number_format($quotation->discount_value, 2) }} ) @elseif(isset($quotation_detail->discount_value_type) && $quotation_detail->discount_value_type == 2) ( {{ $quotation->discount_value }}% ) @endif | ${{ number_format($quotation->discount_amount, 2) }} |
| GST {{$quotation->tax_value}} % | ${{number_format($quotation->tax_amount,2)}} |
| Total Charges | ${{number_format($quotation->total,2)}} |
|---|
| Yours faithfully, CT Elevator Pte Ltd |
Confirmation & Accepted By: | |||||||
|
@if(isset($prepared_by_signature))
|
|
|||||||
|
|
|||||||