@if(COUNT($Data['Installments']) > 0)
| العميل | جوال العميل | المستثمر | تاريخ الاستحقاق | المبلغ المستحق | المسدد | المتأخر |
|---|---|---|---|---|---|---|
| {{$Inst->Buyer}} - @if($Inst->type_agd == 'T') قسط شهري @elseif($Inst->type_agd == 'G') دفعة آجل @elseif($Inst->type_agd == 'M') دفعة تمويل @endif | {{$Inst->Mobile1}} | {{$Inst->Seller}} | {{DT::ChangeToHumanDate($Inst->date)}} | {{HF::FormatMoney($Inst->money)}} | {{HF::FormatMoney($Inst->mosadad)}} | @if($Inst->mosadad >= $Inst->money) {{$Inst->mosadad}} @elseif($Inst->mosadad != 0) {{$Inst->mosadad}} @else {{($Inst->money - $Inst->mosadad)}} @endif |