@extends('layouts.user_type.auth') @section('content')
{{ __('Back to Roles List') }}
{{ __('Create Role') }}
@csrf @if($errors->any()) @endif @if(session('success')) @endif
@error('name')

{{ $message }}

@enderror
@foreach ($routes as $index => $route)
@if (($index + 1) % 6 === 0)
@endif @endforeach
@endsection