@extends('layouts/contentNavbarLayout') @section('title', 'Create Rol') @section('page-script') @endsection @section('content')

Rol / Create

Profile Details
@csrf
@error('title')
{{$message}}
@enderror
Cancel
@endsection