belongsTo('App\GalleryNew')->where('parent_id' , null); } public function ThumbGallery() { return $this->belongsTo('App\GalleryNew')->where('parent_id' , '!=' , null); } public function gallery() { return $this->belongsTo('App\GalleryNew'); } }