Add Livewire saldo header component and update on saldo change
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<div class="text-sm sm:text-lg">$ {{ number_format(Auth::user()->saldo->valor) ?? '0' }}</div>
|
||||
Reference in New Issue
Block a user