vencen mañana
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user