{include file="sections/header.tpl"} {if isset($message)}
{$message}
{/if}

{Lang::T('Payment History')}

{foreach $payments as $payment} {/foreach}
{Lang::T('Customer Name')} {Lang::T('Transaction Type')} {Lang::T('Transaction Time')} {Lang::T('Amount Paid')} {Lang::T('Package Name')} {Lang::T('Package Price')} {Lang::T('Status')} {Lang::T('Bill Ref Number')} {Lang::T('Company Balance')} {Lang::T('Date')}
{$payment.FirstName} {$payment.TransactionType} {$payment.TransTime} {$payment.TransAmount} {$payment.PackageName} {$payment.PackagePrice} {$payment.TransactionStatus} {$payment.BillRefNumber} {$payment.OrgAccountBalance} {$payment.CreatedAt}
{include file="sections/footer.tpl"}