From a78176dfdbdae6051ef3e821271804f2b90c5847 Mon Sep 17 00:00:00 2001 From: Felipe Date: Sat, 27 Apr 2024 16:59:10 -0500 Subject: [PATCH] =?UTF-8?q?vencen=20ma=C3=B1ana?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Livewire/ShowClientes.php | 2 +- resources/views/livewire/show-clientes.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Livewire/ShowClientes.php b/app/Http/Livewire/ShowClientes.php index 85302ae..abcc793 100755 --- a/app/Http/Livewire/ShowClientes.php +++ b/app/Http/Livewire/ShowClientes.php @@ -46,7 +46,7 @@ class ShowClientes extends Component public function render() { - $fechaHoy = Carbon::now(); + $fechaHoy = Carbon::now()->addDay(1); $this->fechaActual = date('d/m/Y'); $fechaVencimiento = Carbon::now()->subDay(30); diff --git a/resources/views/livewire/show-clientes.blade.php b/resources/views/livewire/show-clientes.blade.php index ff92dbf..b6c3d78 100755 --- a/resources/views/livewire/show-clientes.blade.php +++ b/resources/views/livewire/show-clientes.blade.php @@ -766,7 +766,7 @@ @if (!empty($vencidHoy))
-
Los siguientes servicios vencen hoy:
+
Los siguientes servicios vencen maƱana: