TZS {{ number_format($payment->amount, 2) }}
{{ $splits->count() }}
{{ $splits->where('status', 'completed')->count() }}
{{ $splits->where('status', 'pending')->count() }}
{{ ucfirst(str_replace('_', ' ', $split->recipient_type)) }}
TZS {{ number_format($split->amount, 2) }}
{{ number_format($split->percentage, 2) }}%