diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index 65e28c6..b68f116 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -75,7 +75,7 @@ class ShowServicios extends Component { $this->fechaHoy = Carbon::now(); $this->fechaActual = Carbon::parse($this->fechaHoy); - $date = $this->fechaHoy->subDay(15); + $date = $this->fechaHoy->subDay(20); $this->fecha = $date->format('Y-m-d'); //dd($this->fecha); $this->usuario_actual = Auth::user();