@extends('layouts/default') {{-- Page title --}} @section('title') Invoice @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

JOURNAL VOUCHER

{{Session::get('company')}}
Ph: {{Session::get('phone')}}, {{Session::get('address')}}
TRN No: {{Session::get('vatno')}}
{{$voucherhead}}


@foreach($jerows as $row) @endforeach
SI. No: JV. No: JV. Date: Account Name Description Reference Debit Credit
{{$row->voucher_no}} {{date('d-m-Y',strtotime($row->voucher_date))}} {{$row->master_name}} {{$row->description}} {{$row->reference}}
0.00 0.00
@stop {{-- page level scripts --}} @section('footer_scripts') @stop