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