empty ? collect() : Portfolio::myPortfolios()->get(); } /** * @return string */ public function title(): string { return 'Portfolios'; } }