@extends('layouts.simple.master') @section('css') @endsection @section('main_content')

Roles Management

Ticket-star

Welcome back {{ \Illuminate\Support\Str::title(auth()->user()->first_name ?? '') }} {{ \Illuminate\Support\Str::title(auth()->user()->last_name ?? '') }}!

{{ sprintf("%02d",\App\Models\User::where('system_reserve', false)->count()) }}

Total Users

{!! $dataTable->table() !!}
@endsection @section('scripts') {!! $dataTable->scripts() !!} @endsection