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

Flat Master

Flat Master

@foreach($flatmaster as $row) @endforeach
Building Flat No Flat Name
{{$row->buildingcode.' '.$row->buildingname}} {{$row->flat_no}} {{$row->flat_name}}

@stop {{-- page level scripts --}} @section('footer_scripts') @stop