@extends('layouts/layoutMaster') @section('title', 'Roles - Apps') @section('vendor-style') @vite(['resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js']) @endsection @section('page-script') @vite(['resources/assets/js/app-access-roles.js', 'resources/assets/js/modal-add-role.js']) @endsection {{-- @dd($menus) --}} @section('content')

Roles List

A role provided access to predefined menus and features so that depending on assigned role an administrator can have access to what user needs.

@if (isset($menus['menu'][0])) @foreach ($menus['menu'][0]['role'] as $role)

Total 4 users

{{ ucfirst($role) }}

Edit Role

@endforeach @endif

Total users with their roles

Find all of your company’s administrator accounts and their associate roles.

Nama Email Role Plan Status Actions
@include('_partials/_modals/modal-add-role') @endsection