@props(['recipient', 'amountKobo', 'feeKobo' => 0, 'balanceKobo', 'label' => 'Purchase']) @php $resultingBalance = $balanceKobo - $amountKobo - $feeKobo; @endphp

Confirm {{ $label }}

Recipient
{{ $recipient }}
Amount
₦{{ number_format($amountKobo / 100, 2) }}
@if ($feeKobo > 0)
Fee
₦{{ number_format($feeKobo / 100, 2) }}
@endif
Wallet balance after
₦{{ number_format($resultingBalance / 100, 2) }}
@if ($resultingBalance < 0) @endif