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