{{-- Alerts --}}
@if(has_restriction())
@endif
{!! Panel::profile_alerts() !!}
{{-- ===== FAVORITES GRID ===== --}}
{{-- ===== FEATURES / PROMO BANNER ===== --}}
{{-- ===== RECENT TRANSACTIONS ===== --}}
@if (filled($recentTransactions))
@endif
{!! Panel::referral('invite-card') !!}
{!! Panel::cards('support') !!}
@include('user.layouts.bottom-nav')
{{ __('Favorites') }}
{{-- Row 1: 4 items --}}
{{-- Deposit icon - Wallet with plus --}}
{{ __('Deposit') }}
{{-- Withdraw icon - Arrow out of box --}}
{{ __('Withdraw') }}
{{-- Invest & Earn icon - Growth chart with coin --}}
@if(has_route('user.investment.invest'))
{{ __('Invest & Earn') }}
@endif
{{-- Referrals icon - People with link --}}
@if(referral_system())
{{ __('Referrals') }}
@endif
{{-- Row 2: 3 items --}}
{{-- Transaction History icon - Receipt list --}}
{{ __('Transactions') }}
{{-- Investments icon - Portfolio briefcase --}}
@if(has_route('user.investment.dashboard'))
{{ __('Investments') }}
@endif
{{-- Do More icon - Grid with star --}}
{{ __('Do More') }}
{{ __('Features') }}
{{ __('Recent Activity') }}
{{ __('See History') }}
@foreach($recentTransactions as $transaction)
@include('user.transaction.trans-row', compact('transaction'))
@endforeach