© 2026 Hedgehog Software, LLC
Forms\Components\TextInput::make('platform') ->label('Platform') ->url(fn ($record) => $record->url) ->color(fn (string $state): string => match ($state) { default => 'gray' }),