@extends('admin.admin_layouts') @section('styles') @endsection @section('breadcrumb')

{{ $pageTitle }}

@endsection @section('content') @if($user->ability('admin', 'staff_create'))
@endif
@lang('app.id') @lang('module_user.name') @lang('module_user.email') @lang('app.createdAt') @lang('app.status') @lang('app.action')
@endsection @section('modals') @if($user->ability('admin', 'staff_create,staff_edit')) @include('admin.includes.add-edit-modal') @endif @endsection @section('scripts') @endsection