@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 Name : {{$crow->tenant}}


Descripton Qty Rate VAT Amt. Line Total
{{($acrow)?$acrow->acname1:''}} 1 {{($acrow)?$acamt[$acrow->prepaid_income]['amount']:''}} {{($acrow)?$acamt[$acrow->prepaid_income]['tax']:''}} {{$dr_total}}
{{($acrow)?$acrow->acname2:''}} 1 {{($acrow)?$acamt[$acrow->deposit]['amount']:''}} {{($acrow)?$acamt[$acrow->deposit]['tax']:''}} {{$cr_total}}
{{($acrow)?$acrow->acname4:''}} 1 {{($acrow)?$acamt[$acrow->commission]['amount']:''}} {{($acrow)?$acamt[$acrow->commission]['tax']:''}} {{$ar_total}}
{{($acrow)?$acrow->acname5:''}} 1 {{($acrow)?$acamt[$acrow->other_deposit]['amount']:''}} {{($acrow)?$acamt[$acrow->other_deposit]['tax']:''}} {{$br_total}}
{{($acrow)?$acrow->acname6:''}} 1 {{($acrow)?$acamt[$acrow->parking]['amount']:''}} {{($acrow)?$acamt[$acrow->parking]['tax']:''}} {{$er_total}}
{{($acrow)?$acrow->acname7:''}} 1 {{($acrow)?$acamt[$acrow->ejarie_fee]['amount']:''}} {{($acrow)?$acamt[$acrow->ejarie_fee]['tax']:''}} {{$fr_total}}

Total : {{number_format($total,2)}}

Tax Total: {{number_format($txtotal,2)}}

Grand Total: {{($crow)?$crow->grand_total:''}}

@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop