تقرير جميع اقساط العملاء
{$message}

{foreach $allData as $single} {/foreach}
اسم العميل اصل المبلغ المدفوع عدد الاقساط المتبقيه اجمالي الاقساط المتبقيه عدد الاقساط المتاخره اجمالي الاقساط المتاخره التفاصيل
{$single->clientname} {$single->totalPremium} {$single->totalPremium - $single->restPremium} {$single->totalnotpayed} {$single->totalValueNotPayed} {if $single->totalLate}{$single->totalLate}{else}0{/if} {if $single->totalValueLate}{$single->totalValueLate}{else}0{/if}

اجمالى اصل المبلغ {$totalPremium}

اجمالى المدفوع {$restPremium}

اجمالى عدد الاقساط المتبقي {$totalValueNotPayed}

اجمالى الاقساط المتاخره {$totalValueLate}