| Revenue Stream | Computation | Service Base Amount | Percentage | Service Amount |
|---|---|---|---|---|
| {{ $item->RevenueStreamName ?? '-' }} | {{ $item->ComputationName ?? '-' }} | ₦{{ number_format($item->ServiceBaseAmount ?? 0, 2) }} | {{ $item->Percentage ?? '0' }}% | ₦{{ number_format($item->ServiceAmount ?? 0, 2) }} |
| Total Service Amount: | ₦{{ number_format($items->sum(fn($i) => $i->ServiceAmount ?? 0), 2) }} | |||
There are no MDA service items configured yet.