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