value; protected static ?int $navigationSort = 90; protected static ?string $modelLabel = 'Mẫu phân quyền'; protected static ?string $pluralModelLabel = 'Mẫu phân quyền'; public static function form(Schema $schema): Schema { return RoleTemplateForm::configure($schema); } public static function table(Table $table): Table { return RoleTemplatesTable::configure($table); } public static function getPages(): array { return [ 'index' => Pages\ListRoleTemplates::route('/'), 'create' => Pages\CreateRoleTemplate::route('/create'), 'edit' => Pages\EditRoleTemplate::route('/{record}/edit'), ]; } }