belongsTo('App\Testimonial', 'testimonial_1', 'id'); } public function testimonial2() { return $this->belongsTo('App\Testimonial', 'testimonial_2', 'id'); } public function testimonial3() { return $this->belongsTo('App\Testimonial', 'testimonial_3', 'id'); } }