Transaction Details
Receipt Number
{{ substr($withdrawal->id, 0, 8) }}
Wallet Type
{{ ucfirst($walletType) }}
Amount
KES {{ number_format((float) $withdrawal->amount, 2) }}
Reason / Narration
{{ $withdrawal->reason }}
@if($withdrawal->phone_number)
Recipient Phone
{{ $withdrawal->phone_number }}
@endif
Date
{{ $withdrawal->submitted_at ?? $withdrawal->created_at }}
Status
{{ ucfirst($withdrawal->status) }}
@if($messageReference)
B2C Reference
{{ $messageReference }}
@endif