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

Tenant Details

Tenant : {{$crow->tenant}}

Flat No : {{$crow->flat}}

Start Date: {{date('d-m-Y',strtotime($crow->start_date))}}

End Date: {{date('d-m-Y',strtotime($crow->end_date))}}



@foreach($jerows as $row) @endforeach
SI. No: Account Name Reference Amount
{{$i++}} {{$row->bankacc}} {{$row->reference}}
0.00
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop