@extends('app.master') @section('title', $title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'User Management', ], [ 'link' => 'users.index', 'name' => 'Users', ] ] ]) @endsection @section('content')
@yield('title')
@include('app.layouts.alert')
Sl. Name Email Mobile Image Role Action
Sl. Name Email Mobile Image Role Action
@endsection @section('script') @include('auth.users.ajax.index') @endsection