{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('Account Type')} {Lang::T('Full Name')} {Lang::T('Balance')} {Lang::T('Contact')} {Lang::T('Package')} {Lang::T('Service Type')} {Lang::T('Status')} {Lang::T('Created On')} {Lang::T('Manage')}
{$ds['username']} {$ds['account_type']} {$ds['fullname']} {Lang::moneyFormat($ds['balance'])} {if $ds['phonenumber']} {/if} {if $ds['email']} {/if} {if $ds['coordinates']} {/if} {$ds['service_type']} {Lang::T($ds['status'])} {Lang::dateTimeFormat($ds['created_at'])}   {Lang::T('View')}     {Lang::T('Edit')}     {Lang::T('Sync')}   {Lang::T('Recharge')}
{include file="pagination.tpl"}
{include file="sections/footer.tpl"}