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
@@ -34,7 +34,7 @@
<div class="space-x-8 sm:ml-8 sm:pr-4 flex text-white font-semibold items-center border-r border-gray-500/40 my-2 mx-1 pr-1">
<div class="text-sm sm:text-lg">$ {{ number_format(Auth::user()->saldo->valor) ?? '0' }}</div>
<livewire:saldo-header />
</div>