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