Value: @cMoney($program->contracts_value ?? 0, $program->contracts[0]->currency ?? 'SAR', true)
Invoiced: @cMoney($program->invoicedAmount() ?? 0, $program->contracts[0]->currency ?? 'SAR', true)
Paid: @cMoney($program->paidAmount() ?? 0, $program->contracts[0]->currency ?? 'SAR', true)
@php $total_downpayment_amount = $program->downPaymentsTotalAmount(); @endphp @if ($total_downpayment_amount != 0)
Down Payment: @cMoney($total_downpayment_amount ?? 0, $program->contracts[0]->currency ?? 'SAR', true)
Deductible Remaining: @cMoney($program->getgDeductibleRemainingAmount() ?? 0, $program->contracts[0]->currency ?? 'SAR', true)
@endif