@extends('layouts/ums_layout') @section('title', '| Floor') @section('content') @include('successMsg')

FLOOR

{{ csrf_field() }} @foreach($floors as $floor) @endforeach
SL# Building Name Building No. Floor No. Actions
{{++$no}} {{$floor->buildingName}} {{$floor->buildingNo}} {{$floor->floor}}  
@include('dataTableScript') @endsection