@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


View Details
@php $i=$orvtotal=0; @endphp @foreach($payacnts as $k => $row) @if($k>2 && $row->amount > 0 ) @php $i++; $orvtotal += $row->amount; @endphp @endif @endforeach @foreach($payacnts as $k => $row) @if($row->tax_amount > 0 ) @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)}}
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
Account Name
Description
Reference
Type
Amount
Bank
Cheque No
Cheque Date

@endif

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