@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

New Contract


View Owner Details


View Tenant Details

@if(!$conid)
Cancel
@endif

@if($jvs) @foreach($jvs as $row) @endforeach
JV No. JV Date Amount Description
{{$row->voucher_no}} {{date('d-m-Y',strtotime($row->voucher_date))}} {{number_format($row->amount,2)}} {{$row->voucher_no.'/'.date('d-m-Y',strtotime($row->voucher_date))}}
@endif
@if($crow && $crow->rv_status < 1) @endif Cancel

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

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

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

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

Transactions(Dr)
@if($orvs) @foreach($orvs as $orow) @if($orow->entry_type=='Dr')
Debit A/c.
Description
Reference
Amount
Bank
Cheque No
Cheque Date
Party Name

@endif @endforeach @else
Debit A/c.
Description
Reference
Amount
Bank
Cheque No
Cheque Date
Party Name

@endif

@if($crow && $crow->rv_status < 4) @endif Cancel Print
@stop {{-- page level scripts --}} @section('footer_scripts') @stop