CONFIDENTIAL

BILL FROM BILL TO QUOTATION
{{$company->company_name}} {{$customer->display_name}} Quotation No. {{$quotation->barcode}}
{{$company->street_1}} {{$billing->unit_no}}, {{$billing->street_1}} Date {{$quotation->date}}
{{$company->street_2}} {{$billing->street_2}} Reference {{$quotation->reference}}
{{$company->landmark}} {{$company->zip_code}} {{$billing->country}} {{$billing->zip_code}}

RE:


Dear Sir / Mdm,


We thank you for the invitation to quote for the above mentioned and are pleased to attached the quotation for your kind consideration.


@isset($line_items) @foreach ($line_items as $ky => $line_item) @endforeach @endisset @for($i = COUNT($line_items); $i < 8; $i++) @endfor
S.No. Service Price QTY Amount
{{$ky + 1}} {{$line_item->name}} {{ \App\Helpers\Common::formatMoney($line_item->rate) }} {{$line_item->quantity}} {{ \App\Helpers\Common::formatMoney($line_item->total) }}
@if($quotation->discount_amount) @endif @if($quotation->tax_amount) @endif @if($quotation->adjustment) @endif
Sub Total {{ \App\Helpers\Common::formatMoney($quotation->sub_total) }}
Discount {{ \App\Helpers\Common::formatMoney($quotation->discount_amount) }}
GST @ {{$quotation->tax_value}}% {{ \App\Helpers\Common::formatMoney($quotation->tax_amount) }}
Adjustment {{ \App\Helpers\Common::formatMoney($quotation->adjustment) }}
Grand Total {{ \App\Helpers\Common::formatMoney($quotation->total) }}

@if($quotation->term_conditions)
Terms and Conditions:
{!! $quotation->term_conditions !!}

@endif
Prepared by Approved by Accepted by
@if($prepared_by_signature)
@endif
@if($approved_by_signature)
@endif
@if($accepted_by_signature)
@endif
@isset($prepared_by->display_name) {{$prepared_by->display_name}} @endisset @isset($approved_by->display_name) {{$approved_by->display_name}} @endisset Name: {{$accepted_by}}
@isset($prepared_by->role_name) {{$prepared_by->role_name}} @endisset @isset($approved_by->role_name) {{$approved_by->role_name}} @endisset Date: {{$accepted_date}}