public function todaySpending()
 {
     if (Auth::user()) {
         return \App\Transaction::todaySpending();
     }
 }