@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Building Master

@if(Session::has('messages'))

{{ Session::get('messages') }}

@endif

Building Master

@foreach($buildingmaster as $row) @endforeach
Building Code Building Name Owner Name Location
{{$row->buildingcode}} {{$row->buildingname}} {{$row->ownername}} {{$row->location}}

@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop