get data from multiple relations in laravel eloquent Questions › Category: Laravel › get data from multiple relations in laravel eloquent 0 Vote Up Vote Down VR Soft Coder Staff asked 9 months ago Email * Name * Sign me up for the newsletter! 1 Answers 0 Vote Up Vote Down VR Soft Coder Staff answered 9 months ago Pass as an array in your repository function like below:- public function with($relations=array()) { return $this->model->with($relations); } Email * Name * Sign me up for the newsletter! Your Answer Your Email Your Name Public Only Me & Admin