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

{{ $title }}

Payment Confirmation

Submit your transaction details below for verification.

Payments are verified manually. Please ensure all details provided are accurate to avoid delays.
@csrf
@error('amount')
{{ $message }}
@enderror
@error('transaction_hash')
{{ $message }}
@enderror
Accepted formats: JPG, PNG, GIF, SVG (Max: 2MB) @error('proof')
{{ $message }}
@enderror

Back

Verification typically takes a few minutes to a few hours depending on network activity.

@endsection