{{-- resources/views/partials/dashboard/mobile_view.blade.php --}} {{-- Expects: - $financeUser - $walletBalance - $recentTransactions - $quickTransferContacts - $monthly_deposits - $monthly_expenses - $cards - $settings - $btc_rate --}} {{-- Mobile View - Enhanced Design --}}
{{ explode(' ', $financeUser->name)[0] }} {{ Auth::user()->lastname }}
{{ $settings->site_name }} Bank
{{ Auth::user()->name }} {{ Auth::user()->lastname }}
Fiat Account
•••• {{ $walletBalance->cardLastFour }}
Available Balance
{{ $walletBalance->currency }}{{ number_format($walletBalance->amount_raw, 2) }}
{{ $walletBalance->currency }} ******
Bitcoin Wallet
{{ Auth::user()->name }} {{ Auth::user()->lastname }}
Crypto Account
Bitcoin Balance
{{ number_format(Auth::user()->btc_balance ?? 0, 6) }} BTC
••••••• BTC
≈ {{ $walletBalance->currency }}{{ number_format((Auth::user()->btc_balance ?? 0) * $btc_rate, 2) }}
Swipe to switch between accounts
{{ $mobileUnreadNotifications }} new notification{{ $mobileUnreadNotifications > 1 ? 's' : '' }}
@elseAll caught up!
@endif