From 91d86bc08539839a14577b764b30084db8173c8c Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 1 May 2024 09:17:44 -0500 Subject: [PATCH] Update ShowPlanes.php --- app/Http/Livewire/ShowPlanes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);