| Item | Amount |
|---|---|
| Amount paid by patient | {{ number_format((float) $amountPaid, 2) }} |
| Platform fee ({{ number_format((float) $platformFeePercent, 2) }}%) | {{ number_format((float) $settlement->platform_fee, 2) }} |
| Doctor earning | {{ number_format((float) $doctorEarning, 2) }} |