diff --git a/app/Http/Livewire/ShowPlanes.php b/app/Http/Livewire/ShowPlanes.php index 8df75b0..6aaf9d7 100755 --- a/app/Http/Livewire/ShowPlanes.php +++ b/app/Http/Livewire/ShowPlanes.php @@ -280,7 +280,7 @@ class ShowPlanes extends Component $id = $this->id_cuentaVer; $historial = Historial_cuenta::where('cuenta_id', $id)->first(); - + dd($historial->historiale_id); $consultaFechaFinal = Historiale::find($historial->historiale_id)->fecha_final; //dd($consultaFechaFinal);