@yield('header_styles') @yield('horizontal_header')
{{Session::get('company')}}
Ph: {{Session::get('phone')}}, {{Session::get('address')}}
TRN No: {{Session::get('vatno')}}
{{$voucherhead}}
Dhs: {{number_format($details->amount,2)}}

CN. No: {{$details->voucher_no}}

Date: {{date('d-m-Y',strtotime($details->voucher_date))}}


Received with thanks from Ms./Mr. {{$invoicerow[0]->master_name}} the sum of {{number_format($invoicerow[0]->cr_amount,2)}} .


Mode of Receipt:
Debit Account Amount Cheque No. Cheque Date Drawn on
{{$invoicerow[0]->master_name}} {{number_format($invoicerow[0]->cr_amount,2)}} {{$invoicerow[0]->cheque_no}} {{$invoicerow[0]->name}}

Description: {{$details->tr_description}}


Received by: Accountant: Approved by:

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