eliminar
This commit is contained in:
@@ -279,7 +279,7 @@ class ShowPlanes extends Component
|
|||||||
{
|
{
|
||||||
$id = $this->id_cuentaVer;
|
$id = $this->id_cuentaVer;
|
||||||
|
|
||||||
$historial = Historial_cuenta::where('cuenta_id', $id)->first();
|
$historial = Historial_cuenta::where('cuenta_id', $id)->get();
|
||||||
|
|
||||||
$cuenta_renovar = Cuentas::find($id);
|
$cuenta_renovar = Cuentas::find($id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user