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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user