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
@@ -0,0 +1 @@
<div class="text-sm sm:text-lg">$ {{ number_format(Auth::user()->saldo->valor) ?? '0' }}</div>