'],
['Wallet', $B.'/user/add-funds.php', 'add-funds.php', '
'],
['Orders', $B.'/user/orders.php', 'orders.php', '
'],
['History', $B.'/user/transactions.php', 'transactions.php', '
'],
['Profile', $B.'/user/profile.php', 'profile.php', '
'],
];
foreach ($bnav as [$lbl, $href, $match, $svg]):
$cls = ($match === $active_nav) ? ' active' : '';
?>