diff --git a/app/Http/Livewire/ShowPlanes.php b/app/Http/Livewire/ShowPlanes.php index 6aaf9d7..aa65f74 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); + dd($historial); $consultaFechaFinal = Historiale::find($historial->historiale_id)->fecha_final; //dd($consultaFechaFinal);