Add Livewire saldo header component and update on saldo change

This commit is contained in:
Juan Felipe Duarte
2025-06-26 17:16:04 -07:00
parent f72062fffd
commit 82ec6b4b5c
5 changed files with 20 additions and 2 deletions
+2
View File
@@ -357,6 +357,8 @@ class ShowUsuarios extends Component
$logsGeneral->historial_id = null;
$logsGeneral->save();
$this->emit('actualizarSaldoHeader');
$this->alert('success', 'Saldo actualizado con éxito.', [
'position' => 'top'
]);