@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))}}


@foreach($invoicerow as $row) @if($row->entry_type=='Cr') @php $name = $row->master_name; @endphp @endif @endforeach

Received with thanks from M/s. {{$name}} the sum of Dhs. {{$amtwords}}


Mode of Receipt: @if($disarr) @endif
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)}}

Invoice Details: @php $amount = 0; @endphp @foreach($invoicerow as $row) @if($row->entry_type=='Cr') @php $amount += $row->amount; @endphp @endif @endforeach
Account Name Invoice No Invoice Date Invoice Amount
{{$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:

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