empty ? collect() : Transaction::myTransactions()->get(); } /** * @return string */ public function title(): string { return 'Transactions'; } }