@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Contract Real Estate Contract Contract Add New Contract No Tenant Building Code Flat No Start Date Expiry Date Status Letter Renew Settle/Close View/Print Edit Delete Contract Report Date From: Date To: Building: Select building... @foreach($building as $bldg) {{$bldg->buildingcode}} @endforeach Search By: Expiry Buildingwise Tenant Rent Detail Tenant: Select Tenant... @foreach($tenants as $tenant) {{$tenant->master_name}} @endforeach Search Clear @stop {{-- page level scripts --}} @section('footer_scripts') @stop