transactionjournals()->with( ['transactions', 'transactions.account', 'transactiontype', 'components'] )->orderBy('date', 'DESC')->orderBy('id', 'DESC')->before($end)->after($start)->get(); } }