@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

Renew Contract


Edit
View Owner Details

@php $contotal = 0; $txtotal = 0; @endphp
@php $contotal += ($acrow[0])?$acrow[0]->amount:0; $txtotal += ($acrow[0])?$acrow[0]->tax_amount:0; @endphp
{{!-- @php $contotal += ($acrow[1])?$acrow[1]->amount:0; $txtotal += ($acrow[1])?$acrow[1]->tax_amount:0; @endphp --}}
@php $contotal += ($acrow[2])?$acrow[2]->amount:0; $txtotal += ($acrow[2])?$acrow[2]->tax_amount:0; @endphp
@php $contotal += ($acrow[3])?$acrow[3]->amount:0; $txtotal += ($acrow[3])?$acrow[3]->tax_amount:0; @endphp
@php $contotal += ($acrow[4])?$acrow[4]->amount:0; $txtotal += ($acrow[4])?$acrow[4]->tax_amount:0; @endphp
@php $contotal += ($acrow[5])?$acrow[5]->amount:0; $txtotal += ($acrow[5])?$acrow[5]->tax_amount:0; @endphp
@php $contotal += ($acrow[6])?$acrow[6]->amount:0; $txtotal += ($acrow[6])?$acrow[6]->tax_amount:0; @endphp

View Tenant Details

Cancel

Cancel

Transactions (Dr)

Cancel Print

Transaction(Dr)
Debit A/c.
Ref.No.
Description
Type
Amount
Cheque No
Cheque Date
Bank
Remarks

Cancel Print

Transactions(Dr)
Debit A/c.
Description
Reference
Amount
Bank
Cheque No
Cheque Date
Party Name


Cancel Print
@stop {{-- page level scripts --}} @section('footer_scripts') @stop