@extends('frontend.layouts.app') @section('title', 'Verification Successful') @section('content')
Details of the verified payment are shown below:
Transaction ID | {{ $payment->transaction_id }} |
---|---|
{{ $payment->user->email }} | |
Amount Paid | ₦{{ number_format($payment->amount, 2) }} |
Date | {{ $payment->created_at->format('d M Y') }} |
Status | {{ ucfirst($payment->status) }} |