vencen mañana

This commit is contained in:
Felipe
2024-04-27 16:59:10 -05:00
parent 374f3cbb69
commit a78176dfdb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
@@ -766,7 +766,7 @@
@if (!empty($vencidHoy))
<div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4 rounded-[1rem] shadow-md">
<div class="text-black text-center">Los siguientes servicios vencen hoy: </div>
<div class="text-black text-center">Los siguientes servicios vencen mañana: </div>
<table class="w-full sm-w-[20rem] text-center mt-4 border-separate border-spacing-y-2">
<thead class="font-normal bg-[#000029] text-white h-9">
<tr class="text-left">