@if ($company_logo) @endif

{{ $company_name }}

{!! nl2br(e($company_address)) !!}

QUOTATION

Quotation Date: {{ $quotation_date }}

Quotation Number: {{ $quotation_number }}

Valid Until: {{ $valid_until_date }}

Quotation To:

Attention: {{ $client_pic_name }}

Company: {{ $client_company_name }}

{!! nl2br(e($client_company_address)) !!}

Quotation Validity

This quotation is valid until {{ $valid_until_date }}

Prices and terms are subject to change after this date.

Please sign and return to indicate acceptance.

@if ($notes)
Notes:

{!! nl2br(e($notes)) !!}

@endif @foreach ($items as $index => $item) @endforeach
No Item Description Price per Unit UOM Qty Total
{{ $index + 1 }} {{ $item['name'] }} {{ $item['description'] }} ${{ number_format($item['price_per_unit'], 2) }} {{ $item['uom'] }} {{ $item['quantity'] }} ${{ number_format($item['total'], 2) }}
Grand Total: ${{ number_format($grand_total, 2) }}