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

Create Role

Back to List

Choose a descriptive name for this role (e.g., "Content Editor", "Store Manager")

@error('description')

{{ $message }}

@enderror

Provide a clear description of what this role represents and its responsibilities

Cancel
@endsection