'Bachillerato', 'status' => 1 ]); $nivel1->nivelPlantel()->sync(1); Nivel::create([ 'name' => 'Licenciatura', 'status' => 1 ]); Nivel::create([ 'name' => 'Maestría', 'status' => 1 ]); Nivel::create([ 'name' => 'Doctorado', 'status' => 1 ]); } }