@extends('layouts.admin') @section('content')
{{ __('NUEVO ROL') }}
@csrf
{{ __('Title') }}
@error('title')
{{ $message }}
@enderror
{{ __('CODIGO') }}
@error('short_code')
{{ $message }}
@enderror
{{ __('CREAR') }}
@endsection @section('scripts') @endsection