@yield('header_styles')
@yield('horizontal_header')|
@include('main.print_head') TRN No: {{Session::get('vatno')}} |
||
{{$voucherhead}} |
||
PV. No: {{$details->voucher_no}} Date: {{date('d-m-Y',strtotime($details->voucher_date))}} |
||
Paid to M/s. {{$name}} the sum of {{$currency}} {{$amtwords}} against invoice nos: {{$refnos}}.
| Credit Account | Amount | Cheque No. | Cheque Date | Paid at |
|---|---|---|---|---|
| {{$craccount}} | {{number_format($amount,2)}} | {{$cheque_no}} | {{$payname}} | |
| {{$disarr->master_name}} | {{number_format($disarr->amount,2)}} |
| Account Name | Invoice No | Invoice Date | Invoice Amount | @php $amount = 0; $description = ''; @endphp @foreach($invoicerow as $row) @if($row->entry_type=='Dr')
|---|---|---|---|
| {{$row->master_name}} | {{$row->reference}} | {{($row->reference!='' && $row->voucher_date!='')?date('d-m-Y',strtotime($row->voucher_date)):date('d-m-Y',strtotime($details->voucher_date))}} | {{number_format($row->amount,2)}} |
| Total: | {{number_format($amount,2)}} | ||
| Prepared by: | Received by: | Approved by: |