© 2026 Hedgehog Software, LLC
Tables\Actions\ViewAction
$record
protected function getTableActions(): array { return [ Tables\Actions\ViewAction::make('view') ->label('') ->icon('heroicon-s-eye') ->modalContent(view('livewire.modal-content', ['record_id' => fn($record) => $record->id])), ]; }