@yield('header_styles') @yield('horizontal_header')
@include('main.print_head')
Email:{{Session::get('email')}}
TRN No: {{Session::get('vatno')}}
{{$voucherhead}}

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

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



@foreach($jerow as $row) @endforeach
Account Name Description Reference Debit Credit
{{$row->master_name}} {{$row->description}} {{$row->reference}}
0.00 0.00



Prepared by: Check by: Verified/Approved by: Received by:

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