@yield('header_styles') @yield('horizontal_header')
@include('main.print_head')

Customer Enquiry

Account No: {{$details->account_id}}
Customer Name:
Address:

Telephone No: {{$details->custphone}}
Customer TRN:
CE. No: {{$details->voucher_no}}
Date: {{date('d-m-Y',strtotime($details->voucher_date))}}
Payment Terms: {{$details->terms}}
Sales Person: {{$details->salesman}}
Ref: {{$details->reference_no}}

Greetings!
We are pleased to offer you the following quote.
@foreach($items as $item) @endforeach
Si.# Item Code Description Unit Qty. Unt.Price VAT Total
{{$i}} {{$item->item_code}} {{$item->item_name}} {{$item->unit_name}} {{$item->quantity}} {{number_format($unit_price,2)}} {{number_format($vat_amount,2)}} {{number_format($line_total,2)}}

Gross Total:

Vat Total:

Total Inclusive VAT:

{{number_format($total,2)}}

{{number_format($vat_amount_net,2)}}

{{number_format($net_total,2)}}

Note: {!! $details->footer_text !!}

For {{Session::get('company')}}.

{{-- page level scripts --}} @section('footer_scripts') @stop