Update ShowServicios.php
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user