From a35827aef7c51fed2110383e6b55f5c2eb463815 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Mon, 13 May 2024 11:19:32 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index db56fd4..b8b5ebe 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -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();