recordUrl( fn (Model $record): string => route('filament.tenant.pages.dashboard', ['tenant' => $record]), ) // Rest of your table definition... ; } // Rest of your resource code... }