empty ? collect() : DailyChange::myDailyChanges()->get(); } /** * @return string */ public function title(): string { return 'Daily Changes'; } }