@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Floor Management', ], [ 'link' => 'floors.index', 'name' => 'Floors', ] ] ]) @endsection @section('content')
@yield('title')
@include('app.layouts.alert')
Sl. House Floor Type Area S.F Action
Sl. House Floor Type Area S.F Action
@endsection @section('script') @include('rent.floors.ajax.index') @endsection