{include file="sections/header.tpl"}
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])} {/if} {Lang::T('Manage Contact')}
{foreach $d as $ds} {/foreach}
{Lang::T('Username')} {Lang::T('Full Name')} {Lang::T('Balance')} {Lang::T('Phone Number')} {Lang::T('Email')} {Lang::T('Package')} {Lang::T('Service Type')} {Lang::T('Created On')} {Lang::T('Manage')}
{$ds['username']} {$ds['fullname']} {Lang::moneyFormat($ds['balance'])} {$ds['phonenumber']} {$ds['email']} {$ds['service_type']} {Lang::dateTimeFormat($ds['created_at'])}   {Lang::T('View')}   {Lang::T('Recharge')}
{$paginator['contents']}
{include file="sections/footer.tpl"}