belongsToMany(Role::class, 'role_menu')->withTimestamps(); } public function children(){ return $this->hasMany(Menu::class,'parent_id'); } }