@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Contract Real Estate Contract Report Contract Report Date From: Date To: Building: Select building... @foreach ($building as $bldg) {{ $bldg->buildingcode }} @endforeach Search By: Expiry Tenant: Select Tenant... @foreach ($tenants as $tenant) {{ $tenant->master_name }} @endforeach Search Clear @stop {{-- page level scripts --}} @section('footer_scripts') @stop