RP

Receipt Verification

Verify the authenticity of RP Learning Portal payment receipts

@if($data ?? false)

Receipt Verified

This receipt is authentic and issued by RP Learning Portal

Receipt Number

{{ $data['receipt_number'] ?? '' }}

Student Name

{{ $data['student_name'] ?? '' }}

Amount Paid

GHS {{ number_format($data['amount_paid'] ?? 0, 2) }}

Payment Date

{{ $data['payment_date'] ?? '' }}

Status

{{ $data['status'] ?? 'Valid' }}
@else
@endif