logo
QUOTATION
@if($showHeader == 1)
@if($showSales == 1) @endif
{{ $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}
@if($showAddress == 1)
Shipping
{{ $propertyAdd->street_1 ?? '' }} {{ $propertyAdd->unit_no ?? '' }}
{{ $propertyAdd->street_2 ?? '' }}
{{ $propertyAdd->country ?? '' }} {{ $propertyAdd->zip_code ?? '' }}
logo {{ ucwords($property_contact_person->title ?? '') }} {{ ucwords($property_contact_person->first_name ?? '') }} {{ ucwords($property_contact_person->last_name ?? '') }}
logo {{ $property_contact_person->primary_phone ?? '' }}
logo {{ $property_contact_person->primary_email ?? '' }}
@endif
Billing
{{ $billing->street_1 ?? '' }} {{ $billing->unit_no ?? '' }}
{{ $billing->street_2 ?? '' }}
{{ $billing->country ?? '' }} {{ $billing->zip_code ?? '' }}
logo {{ ucwords($contact_person->title ?? '') }} {{ ucwords($contact_person->first_name ?? '') }} {{ ucwords($contact_person->last_name ?? '') }}
logo {{ $contact_person->primary_phone ?? '' }}
logo {{ $contact_person->primary_email ?? '' }}
@endif
@foreach($quotation_line_items as $key=>$lineItem) @if($lineItem['product_type'] == 'header') @endif @if($lineItem['product_type'] !== 'header' && $lineItem['is_child'] !== true) @endif @if($lineItem['product_type'] !== 'header' && $lineItem['is_child'] == true) @endif @endforeach
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)) pdf-header @endif
@if(isset($accepted_by_signature)) pdf-header @endif @if(isset($quotation->company_stamp_url) && $quotation->company_stamp_url) pdf-header @endif
Date : @if(isset($quotation->accepted_date)) {{date('d/m/Y', strtotime($quotation->accepted_date))}} @endif
Authorised Signature
Signature, Co. Stamp & Date