user()?->can('admin') ?? false; } protected static ?string $model = Footer::class; protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-adjustments-horizontal'; protected static string | \UnitEnum | null $navigationGroup = 'Treść'; protected static ?string $pluralModelLabel = 'Stopka'; protected static ?string $modelLabel = 'Stopka'; protected static ?int $navigationSort = 7; public static function form(Schema $schema): Schema { return FooterForm::configure($schema); } public static function getPages(): array { return [ 'index' => EditFooter::route('/'), ]; } }