@extends('layouts.dashboard_administrador') @section('title_pages')

Roles

@endsection @section('content')

Nuevo Rol

{{ csrf_field() }}
@if ($errors->has('role')) {{ $errors->first('role') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Rol de usuario Descripción
@endsection @section('scripts') @endsection