public function mount(){ $this->authorize('view', $this->keywordReport); $this->form->fill();}
public function mount(){ $this->authorize('view', $this->keywordReport);}
TextColumn::make('source') ->label('Source/Mode') ->formatStateUsing(fn(KeywordFinderSource $state): string => $state->headline()) ->description(fn(KeywordReport $record): ?string => new HtmlString('<p class="text-2xl">' . $record->mode . '</p>')) ->html(),