Update ShowServicios.php

This commit is contained in:
lizandrogd
2024-05-13 11:19:32 -05:00
parent cbe662fece
commit a35827aef7
+1 -1
View File
@@ -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();