@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name')) @section('breadcrumb', isset($page_title) ? $page_title : '')
{{ $page_title }}
@error('name') {{ $message }} @enderror
Permissions

Select the permissions for this role. You can select individual permissions or use "Select All" for each section.

@error('permission') {{ $message }} @enderror
@forelse ($permissions as $parentName => $permissionGroup)
{{ ucwords(str_replace(['_', '-'], ' ', $parentName)) }}
@foreach ($permissionGroup as $index => $permission)
@endforeach
@empty
No Permissions Found

No permissions are available. Please contact the administrator or try refreshing the page.

@endforelse