@extends('layouts.app') @section('content')

Complete Your Payment

Please, copy and save your RRR.

@if (session('error')) @endif
Payment Details
  • Amount: ₦{{ number_format($paymentDetails['amount'], 2) }}
  • Description: {{ $paymentDetails['description'] }}
  • Payer Name: {{ $paymentDetails['payerName'] }}
  • Payer Email: {{ $paymentDetails['payerEmail'] }}
  • Payer Phone: {{ $paymentDetails['payerPhone'] }}
  • RRR Number: {{ $paymentDetails['RRR'] }}

Note: To verify an RRR, in case there is a payment error:

  1. Verify RRR in your dashboard, click on Verify RRR, and input your RRR...
@endsection