@if(!empty($installment->is_paid))
{{--If installment is paid--}}
|
|
@php
$advance_payment = 0;
if (!empty($installment->is_paid->advance_fees)) {
foreach($installment->is_paid->advance_fees as $advance)
{
$advance_payment += $advance['amount'];
}
}
@endphp
|
@else
{{--If Installment is not Paid--}}
due_charges_amount > 0) ? "checked onclick=\"return false\"" : ''!!}--}}
/>
|
|
{{--due_charges_amount > 0) ? "readonly" : ''}}/> --}}
{{round($installment->minimum_amount,2).' '.$currencySymbol}}
|
@endif
@endforeach