{{-- User Info Component This component displays the user's name and balance. Parameters: - user: The authenticated user --}} @props(['user'])
{{ $user->name }}
{{ formatAmountWithCurrency($user->balance, $user->currency) }}