Update ShowServicios.php

This commit is contained in:
lizandrogd
2024-08-03 10:44:52 -05:00
parent 71cb6b2d84
commit 76f3a5ffc7
+1 -1
View File
@@ -75,7 +75,7 @@ class ShowServicios extends Component
{ {
$this->fechaHoy = Carbon::now(); $this->fechaHoy = Carbon::now();
$this->fechaActual = Carbon::parse($this->fechaHoy); $this->fechaActual = Carbon::parse($this->fechaHoy);
$date = $this->fechaHoy->subDay(15); $date = $this->fechaHoy->subDay(20);
$this->fecha = $date->format('Y-m-d'); $this->fecha = $date->format('Y-m-d');
//dd($this->fecha); //dd($this->fecha);
$this->usuario_actual = Auth::user(); $this->usuario_actual = Auth::user();