packages

{foreach $packages as $pack}

{$pack->title_en}

{if $pack->subscription == 0} FREE {else} {$pack->price}$ / {if $pack->pay_method == 0}Trial{else if $pack->pay_method == 1}Year{else if $pack->pay_method == 2}6 months{else if $pack->pay_method == 3}Monthly{/if}
{if $pack->price_without_discount > 0}{$pack->price_without_discount}${/if} {/if}
  • {$pack->no_of_persons} {if $pack->no_of_persons == 1} person{else if $pack->no_of_persons == 2}persons{else}افراد{/if}
  • {$pack->storage} {if $pack->storage_unit == 0}Mega byte{else if $pack->storage_unit == 1}Giga byte{/if}
Buy Now
{/foreach}