return $this->belongsToMany(Dishe::class, 'dishes', 'menu_id', 'menu_id', 'category_id', 'id');
Users::where('created_at', '>', Carbon::now()->subHours(24))
->select('login')->groupBy('login')->orderBy(DB::raw('count(*) desc'))->get();