@extends('base') @section('title') Roles @endsection @section('content') @section('extracss') @endsection
@if(session('exito'))
{{ session('exito') }}
@endif @if(session('delete'))
{{session('delete')}}
@endif
@foreach ($roles as $rol ) @endforeach
# Nombre Accion
{{ $rol->id }} {{ $rol->name }}

Agregar Rol

@csrf
Lista de permisos
@section('extrajs') @endsection @endsection