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

Contract

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

is_day==1)?"checked":""}}> Edit
View Owner Details

@if(!empty($renewdet))
@foreach($renewdet as $row) @endforeach
Account NameAmountTax Amount
{{$row->acname1}}{{$row->amount}}{{$row->tax_amount}}
@endif

View Tenant Details

@if(!$conid)
Cancel
@endif

@if($jvs) @php $i=1; @endphp @foreach($jvs as $row) @endforeach
#JV No. JV Date Amount Description
{{$i++}} {{$row->voucher_no}} {{date('d-m-Y',strtotime($row->voucher_date))}} {{number_format($row->amount,2)}} {{($crow)?$crow->master_name:''}}/ {{($crow)?date('d-m-Y',strtotime($crow->start_date)):''}} to {{($crow)?date('d-m-Y',strtotime($crow->end_date)):''}}
@endif
@if($crow && $crow->rv_status < 1) @endif Cancel @if($jvs) Print @endif

Transactions (Dr)
@if($rvs) @php $i=1; @endphp @foreach($rvs as $row) @if($row->entry_type=='Dr')
Debit A/c.
Ref.No.
Description
P.Mode
Amount
Bank
Cheque No
Cheque Date
Remarks
@php $i++; @endphp @endif @endforeach @endif

@if($crow && $crow->rv_status < 2) @endif Cancel @if($rvs) Print @endif

Transaction(Dr)
@if(!$drvs)
Debit A/c.
Ref.No.
Description
P.Mode
Amount
Bank
Cheque No
Cheque Date
Remarks
@else @foreach($drvs as $drow) @if($drow->entry_type=='Dr')
Debit A/c.
Ref.No.
Description
P.Mode
Amount
Bank
Cheque No
Cheque Date
Remarks
@endif @endforeach @endif

@if($renewid=='') @if($crow && $crow->rv_status < 3 && $crow->is_close==0) @endif Cancel @if($drvs) Print @endif @else @if($renewid!='' && (($depo)?$depo->is_add==1:false)) @if($crow && $crow->rv_status < 3 && $crow->is_close==0) @endif Cancel @if($drvs) Print @endif @endif @endif

@php $i=$orvtotal=0; @endphp @foreach($payacnts as $k => $row) @if($k>1 && $row->amount > 0 && !(in_array($row->account_id,$orv)) ) @php $i++; $orvtotal += $row->amount; @endphp @endif @endforeach @foreach($payacnts as $k => $row) @if($row->tax_amount > 0 && !(in_array($row->account_id,$txrv))) @php $i++; $orvtotal += $row->tax_amount; @endphp @endif @endforeach
#Account Name Amount
{{$i}} {{$oracarr[$k].' - '.$row->acname1}} {{number_format($row->amount,2)}}
{{$i}} {{$oractxarr[$k].' - '.$row->acname1}} {{number_format($row->tax_amount,2)}}
Total{{number_format($orvtotal,2)}}
Transaction(Dr)
Debit A/c.
Ref.No.
Description
P.Mode
Amount
Bank
Cheque No
Cheque Date
Remarks


Transactions(Cr)
Tenant A/c
Description/Reference
Contract No
Amount

@if($crow && $crow->is_close==0 && $crow->status==1) @endif Cancel @if($prvs)
@endif

Transactions
Account Name
Description
Reference
Type
Amount
Bank
Cheque No
Cheque Date
Party Name



@if($crow && $crow->is_close==0 && $crow->status==1) @endif Cancel @if($prvs)
@endif
@stop {{-- page level scripts --}} @section('footer_scripts') @stop