->actions([ Action::make('edit') ->url(fn (Quote $record): string => route('quotes.edit', $record)) ->openUrlInNewTab() ])