@extends('adminlte::page') @section('title', 'Nuevo rol') @section('content_header')

Nuevo Rol

@endsection @section('content')

Agregar Rol

@include('partials.validaciones')
@csrf

Lista de Permisos
@foreach ($permisos as $permiso)
@endforeach

Lista de Roles
@stop @section('css') @stop @section('js') @stop