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();