@extends('layouts.master') @section('title', 'Roles Management') @section('css') @endsection @section('breadcrumb')

Roles Management

@endsection @section('main_content')
Ticket-star

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

{{ \App\Models\User::where('system_reserve', false)->count() }}

Total Users

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