type('income')->orderBy('paid_at', 'desc')->isNotTransfer()->take(5)->get(); return view('widgets.latest_income', [ 'config' => (object) $this->config, 'transactions' => $transactions, ]); } }