@extends('adminlte::page') @section('content_header')

Listado de Roles


@stop @section('content')

Roles registrados

@php $contador = 1; @endphp @foreach($roles as $rol) @endforeach
Nro Nombre del rol Acción
{{$contador++}} {{$rol->name}}
Permisos
@csrf @method('DELETE')
@stop @section('css') @stop @section('js') @stop