Update ShowServicios.php
This commit is contained in:
@@ -314,7 +314,7 @@ class ShowServicios extends Component
|
|||||||
->whereDate('vencimiento', '>=', $this->fecha_final_1)
|
->whereDate('vencimiento', '>=', $this->fecha_final_1)
|
||||||
->whereDate('vencimiento', '<=', $this->fecha_final_2)
|
->whereDate('vencimiento', '<=', $this->fecha_final_2)
|
||||||
->Orderby('created_at', 'ASC')
|
->Orderby('created_at', 'ASC')
|
||||||
//->withCount('historiales')
|
->withCount('historiales')
|
||||||
->where('estado', 'pendiente')
|
->where('estado', 'pendiente')
|
||||||
->doesntHave('perfil')
|
->doesntHave('perfil')
|
||||||
->get();
|
->get();
|
||||||
|
|||||||
Reference in New Issue
Block a user