@extends('layouts.dashboard') @section('title','Gestión Sistema') @section('breadcrumb')
@endsection @section('content')
@php $icons = [ 'ADMIN' => 'fa-user-shield', 'SOPORTE' => 'fa-headset', 'SUPER-ADMIN' => 'fa-crown', 'DESARROLLADOR' => 'fa-code', ]; @endphp
@permite('configuracion.gestion_sistema.actualizar') @endpermite @foreach($roles as $rol) @permite('configuracion.gestion_sistema.actualizar') @endpermite @endforeach
ID NombreAcciones
{{ $rol->id }} {{ $rol->name }} Editar Rol
@endsection @pushOnce('script') @vite(['resources/js/cargarModal.js']) @endpushOnce