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

Roles Management

@php $image = auth()->user()->getFirstMedia('image'); @endphp @isset($image)
Image
@else
Image
@endisset

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