<?php /* Smarty version 3.1.27, created on 2023-11-07 09:57:56
         compiled from "/home/u651649527/domains/bits-experts.com/public_html/tmpl/account_main.tpl" */ ?>
<?php
/*%%SmartyHeaderCode:1041280630654a0a24e20db5_50621679%%*/
if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
  'file_dependency' => 
  array (
    '0b38e9f6ee137ccd3a28ebfd6fd7ea825141ebd6' => 
    array (
      0 => '/home/u651649527/domains/bits-experts.com/public_html/tmpl/account_main.tpl',
      1 => 1678317986,
      2 => 'file',
    ),
  ),
  'nocache_hash' => '1041280630654a0a24e20db5_50621679',
  'variables' => 
  array (
    'userinfo' => 0,
    'ab_formated' => 0,
    'currency_sign' => 0,
    'last_deposit' => 0,
    'last_deposit_date' => 0,
    'last_withdrawal' => 0,
    'last_withdrawal_date' => 0,
    'upline' => 0,
    'settings' => 0,
  ),
  'has_nocache_code' => false,
  'version' => '3.1.27',
  'unifunc' => 'content_654a0a24e51ba5_40892266',
),false);
/*/%%SmartyHeaderCode%%*/
if ($_valid && !is_callable('content_654a0a24e51ba5_40892266')) {
function content_654a0a24e51ba5_40892266 ($_smarty_tpl) {
if (!is_callable('smarty_modifier_myescape')) require_once '/home/u651649527/domains/bits-experts.com/public_html/inc/libs/smarty3/plugins/modifier.myescape.php';

$_smarty_tpl->properties['nocache_hash'] = '1041280630654a0a24e20db5_50621679';
echo $_smarty_tpl->getSubTemplate ("mheader.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0);
?>

									                                                <div class="container">
                                                    <h1 class=""><b>Hi, <?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['userinfo']->value['username']);?>
</b></h1>
                                                </div>
                                        <div class="b-icon-heading text-center">
                                            <div class="icon">
                                                <i class="fa fa-long-arrow-down" aria-hidden="true"></i>
                                            </div>
                                            <h3 class="icon-heading-title">
                                                <span class="member-heading">dashboard</span>
                                            </h3>
                                        </div>
                                                    
       <div class="b-text wow fadeInUp">

            <div class="map-bg">

                            <div class="row equal">
                                <div class="b-info-column col-xs-6 col-sm-4">
                                    <div class="b-progress-list__item clearfix">
													<span data-percent="35" class="b-progress-list__percent js-chart">
														<span class="js-percent"><?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['ab_formated']->value['total']);?>
</span>
													<canvas height="0" width="0"></canvas></span>
                                    </div>
                                    <h6 class="info-column-title">
                                        Account Balance ($) <br />
                                        <small style="font-size: 12px">Your total withdrawable balance</small>
                                    </h6>
                                    <div class="info-column-text">

                                        <p>
                                            <a href="/?a=earnings" class="btn btn-primary"><i class="fa fa-history"></i> Transactions</a>
                                        </p>
                                    </div>
                                </div>
                                <div class="b-info-column col-xs-6 col-sm-4">
                                    <div class="b-progress-list__item clearfix">
													<span data-percent="19" class="b-progress-list__percent js-chart">
														<span class="js-percent"><?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['ab_formated']->value['active_deposit']);?>
</span>
													<canvas height="0" width="0"></canvas></span>
                                    </div>
                                    <h6 class="info-column-title">
                                       Active Deposits ($) <br />
                                        <small style="font-size: 12px">Your active investments</small>
                                    </h6>
                                    <div class="info-column-text">
                                        <p>
                                            <a href="/?a=deposit_list" class="btn btn-primary"><i class="fa fa-database"></i> Deposits</a>
                                        </p>
                                    </div>
                                </div>
                                <div class="b-info-column col-xs-6 col-sm-4">
                                    <div class="b-progress-list__item clearfix">
													<span data-percent="97" class="b-progress-list__percent js-chart">
														<span class="js-percent"><?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['ab_formated']->value['earning']);?>
</span>
													<canvas height="0" width="0"></canvas></span>
                                    </div>
                                    <h6 class="info-column-title">
                                        Total Earnings ($)<br />
                                        <small style="font-size: 12px">Total earnings from investments</small>
                                    </h6>
                                    <div class="info-column-text">
                                        <p>
                                            <a href="/?a=deposit" class="btn btn-primary"><i class="fa fa-plus-square"></i> New Deposit</a>
                                        </p>
                                    </div>
                                </div>

                            </div>
                        
            </div>
        </div>
        <!-- TWO COLUMNS WITH TEXT  -->
        <div class="b-text-2-columns">
            <div class="row">
                <div class="col-xs-12 col-sm-6 wow fadeInLeft">
                    <h5 class="small-title">
                        Recent deposit
                    </h5>
                    <p>
                        <!--Recent deposits made by you.-->
                    </p>
                    <table class="table table-striped" width="100%">
                        
                        <tbody>
                        
                        
                            <tr>
                                <td colspan="3" class="text-danger"><?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['currency_sign']->value);?>
<b><?php if ($_smarty_tpl->tpl_vars['last_deposit']->value) {
echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['last_deposit']->value);
} else { ?>N/A<?php }?></b>-<?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['last_deposit_date']->value);?>
</td>
                            </tr>
                        

                        </tbody>
                    </table>
                </div>
                <div class="col-xs-12 col-sm-6 wow fadeInRight">
                    <h5 class="small-title">
                       Recent withdrawal
                    </h5>
                    <p>
                       <!-- Recent withdrawals made by you.-->
                    </p>
                    <table width="100%" class="table table-striped">
                        
                        <tbody>
                        
                        
                            <tr>
                                <td colspan="3" class="text-danger"><?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['currency_sign']->value);?>
<b><?php if ($_smarty_tpl->tpl_vars['last_withdrawal']->value) {
echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['last_withdrawal']->value);
} else { ?>N/A<?php }?></b>-<?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['last_withdrawal_date']->value);?>
</td>
                            </tr>
                        

                        </tbody>
                    </table>
                </div>
            </div>
        </div>  
        <!-- END TWO COLUMNS WITH TEXT -->
        <div class="b-single-tags-share clearfix wow fadeInUp">
            <div class="b-tags pull-left">
                <ul class="list-unstyled">

                    <li>
                        <a href="/?a=referals">
                            Referral
                        </a>
                    </li>
                    <li><small>Upline: <b>-<?php if ($_smarty_tpl->tpl_vars['upline']->value['email'] != '') {?><a href=mailto:<?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['upline']->value['email']);?>
><?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['upline']->value['name']);?>
</a><?php } else { ?>N/A<?php }?></b></small></li>

                </ul>
            </div>
            <div class="b-socials pull-right">
                <ul class="list-inline">
                    <li>
                        <span class="inline-title text-uppercase">Ref Link:</span>
                    </li>
                    <li>
                        <a href="<?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['settings']->value['site_url']);?>
/?ref=<?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['userinfo']->value['username']);?>
">
                            <?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['settings']->value['site_url']);?>
/?ref=<?php echo smarty_modifier_myescape($_smarty_tpl->tpl_vars['userinfo']->value['username']);?>

                        </a>
                    </li>

                </ul>
            </div>
        </div>
 



<?php echo $_smarty_tpl->getSubTemplate ("mfooter.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0);
?>
 <?php }
}
?>