Se modifica token de reset-password
This commit is contained in:
@@ -255,9 +255,11 @@ class DataProspecto extends Component
|
||||
$q->where('plantels.id', $this->pplantels)
|
||||
)->get();
|
||||
|
||||
$this->planesPago = Plane::whereHas('planPlantel', function ($q) {
|
||||
$q->where('plantels.id', $this->pplantels);
|
||||
})->get();
|
||||
$this->planesPago = Plane::where('nivel', $this->selectedNivel)
|
||||
->whereHas('planPlantel', function ($q) {
|
||||
$q->where('plantels.id', $this->pplantels);
|
||||
})
|
||||
->get();
|
||||
|
||||
$this->conceptosNombres = Concepto::where('tipo','=','3' )->get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user