@php $links = [ [ 'title' => 'Dashboard', 'route' => 'dashboard', ], [ 'title' => 'Transactions', 'route' => 'transactions.index', ], [ 'title' => 'Referral Transactions', 'route' => 'referral_transactions.index', ], [ 'title' => 'Referral Users', 'route' => 'referrals.index', ], ]; @endphp