name = __('Search'); } /** * Products page */ public function productsPage(): string { return route('web.search.index'); } }