public function parent() { return $this->belongsTo('AppCourseModule','parent_id')->where('parent_id',0); } public function children() { return $this->hasMany('AppCourseModule','parent_id'); }