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