© 2026 Hedgehog Software, LLC
Argument #1 ($record) must be of type App\Models\Candidate, null given
Tables\Columns\TextColumn::make('name') ->visible(fn (Candidate $record): bool => $record->is_complete) // is_complete is boolean column
->visible()
Tables\Actions\ViewAction::make() ->visible(fn (Candidate $record): bool => $record->is_complete),