{{-- resources/views/roles/index.blade.php --}} @extends('layouts.main') @push('styles') @endpush @section('content')

Roles

# Name Display Name Description Created At Action
{{-- ===================== CREATE ROLE MODAL ===================== --}} {{-- ===================== VIEW ROLE MODAL ===================== --}} {{-- ===================== EDIT ROLE MODAL ===================== --}} {{-- ===================== DELETE ROLE MODAL ===================== --}} @endsection @push('scripts') @endpush