@extends('layouts.admin') @section('title', 'Create Role') @section('content')

Create New Role

Back to List
@csrf
@error('name')
{{ $message }}
@enderror
Assign Permissions
Select the capabilities this role will have
@forelse($permissions as $permission)
@empty
No permissions found. Create permissions first.
@endforelse
Cancel
@push('scripts') @endpush @endsection