Building Master
| Building Code | Building Name | Owner Name | Location | ||
|---|---|---|---|---|---|
| {{$row->buildingcode}} | {{$row->buildingname}} | {{$row->ownername}} | {{$row->location}} |
|
|
@extends('layouts/default')
{{-- Page title --}}
@section('title')
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
Building Master
{{ Session::get('messages') }}
| Building Code | Building Name | Owner Name | Location | ||
|---|---|---|---|---|---|
| {{$row->buildingcode}} | {{$row->buildingname}} | {{$row->ownername}} | {{$row->location}} |
|
|