@extends('metronic.base') @section('title') Roles @endsection @section('content') @section('extracss') @endsection
@include('sessions')

Roles existentes

@foreach ($roles as $key => $rol) @endforeach
# Nombre Editar Eliminar
{{ $rol->id }} {{ $rol->name }} @include('roles.modal')

Agregar Rol

@csrf
Nombre del rol
Lista de permisos
@section('extrajs') @endsection @endsection