user()?->role === 'admin'; } public static function getNavigationIcon(): string { return 'heroicon-o-plus-circle'; // Your symbol for the left menu } public static function getRelations(): array { return [ // ]; } public static function getPages(): array { return [ 'index' => ListPhotoGeoData::route('/'), 'create' => CreatePhotoGeoData::route('/create'), 'edit' => EditPhotoGeoData::route('/{record}/edit'), ]; } }