@yield('header_styles')
@yield('horizontal_header')|
@include('main.print_head')
{{--Email:{{Session::get('email')}} TRN No: {{Session::get('vatno')}}--}} |
||
{{$voucherhead}} |
||
RV. No: {{$details->voucher_no}} Date: {{date('d-m-Y',strtotime($details->voucher_date))}} |
||
Received with thanks from M/s. {{$name}} the sum of Dhs. {{$amtwords}}
| Debit Account | Amount | Cheque No. | Cheque Date | Drawn on |
|---|---|---|---|---|
| {{$invoicerow[0]->master_name}} | {{number_format($invoicerow[0]->amount,2)}} | {{$invoicerow[0]->cheque_no}} | {{$invoicerow[0]->name}} | |
| {{$disarr->master_name}} | {{number_format($disarr->amount,2)}} |
| Account Name | Invoice No | Invoice Date | Invoice Amount | @php $amount = 0; @endphp @foreach($invoicerow as $row) @if($row->entry_type=='Cr')
|---|---|---|---|
| {{$row->master_name}} | {{$row->reference}} | {{($row->reference!='')?date('d-m-Y',strtotime($row->voucher_date)):''}} | {{number_format($row->amount,2)}} |
| Total: | {{number_format($amount,2)}} | ||
| Received by: | Accountant: | Approved by: |