Как присоединиться к коллекции 2 в запросе laravel
#laravel #join #collections Вопрос: У меня есть модель студенческого образования, и в этой модели я получил public function student_education_countries() { return $this->hasMany(StudentEducationCountry::class, 'education_id'); } и public function student_education_education_types() { return…