latest()->paginate(30); $data = [ 'transactions'=>$transactions, ]; return \view('transactions.index',$data); } }