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_2)
|
||||
->Orderby('created_at', 'ASC')
|
||||
//->withCount('historiales')
|
||||
->withCount('historiales')
|
||||
->where('estado', 'pendiente')
|
||||
->doesntHave('perfil')
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user