@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Tenant Management', ], [ 'link' => 'tenants.index', 'name' => 'Tenants', ] ] ]) @endsection @section('content')
@yield('title')
@include('app.layouts.alert')
Sl. Image Code Name Email Mobile Contract Period Rent Profile
Sl. Image Code Name Email Mobile Contract Period Rent Profile
@endsection @section('script') @include('rent.tenants.ajax.index') @endsection