@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

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