© 2026 Hedgehog Software, LLC
TextColumn::make('bird_id')->sortable()->searchable() ->url(fn (Capture $record): string => BirdResource::getUrl('view', ['record' => $record->bird_id]))
->url(fn (?int $state): string => $state ? static::getUrl('view', ['record' => $state]) : null)