@extends('frontend.layouts.app') @section('title', 'Verification Successful') @section('content')

Verification Successful

Details of the verified payment are shown below:

Transaction ID {{ $payment->transaction_id }}
Email {{ $payment->user->email }}
Amount Paid ₦{{ number_format($payment->amount, 2) }}
Date {{ $payment->created_at->format('d M Y') }}
Status {{ ucfirst($payment->status) }}
@endsection