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