Update ShowPlanes.php
This commit is contained in:
@@ -279,7 +279,12 @@ class ShowPlanes extends Component
|
|||||||
{
|
{
|
||||||
$id = $this->id_cuentaVer;
|
$id = $this->id_cuentaVer;
|
||||||
|
|
||||||
$historial = Historial_cuenta::where('cuenta_id', $id)->get();
|
$historiales = Historial_cuenta::where('cuenta_id', $id)->get();
|
||||||
|
|
||||||
|
foreach ($historiales as $historial) {
|
||||||
|
$historial->delete();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$cuenta_renovar = Cuentas::find($id);
|
$cuenta_renovar = Cuentas::find($id);
|
||||||
|
|
||||||
@@ -291,7 +296,7 @@ class ShowPlanes extends Component
|
|||||||
'estado' => $this->estado,
|
'estado' => $this->estado,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$historial->delete();
|
|
||||||
|
|
||||||
Log_historial::create([
|
Log_historial::create([
|
||||||
'user_id' => Auth::user()->id,
|
'user_id' => Auth::user()->id,
|
||||||
|
|||||||
Reference in New Issue
Block a user