public function listing() { return view('moods.listing')->withMoods(Mood::take('all')->orderBy('created_at', 'desc')->paginate(5)); }