Original Amount:
${{ number_format($paymentAllocation->advancePayment->amount, 2) }}
Allocated:
${{ number_format($paymentAllocation->advancePayment->allocated_amount, 2) }}
Remaining:
${{ number_format($paymentAllocation->advancePayment->remaining_amount, 2) }}