@extends('layouts.customer') @section('title','Refund Initiated') @section('page-title','Refund Initiated') @section('content')

Refund Initiated!

Your refund has been processed via Stripe and will appear on your original payment method.

@if($data['amount'])
Refund Amount ${{ number_format($data['amount'], 2) }} AUD
@if($data['card'])
Refunded To {{ $data['card'] }}
@endif @if($data['id'])
Stripe Refund ID {{ $data['id'] }}
@endif
Processing Time 3 – 5 business days
@endif
💡 Note: Stripe processes your refund automatically. Your credit balance has been set to $0.00. The money will appear on your card in 3–5 business days.
📊 Go to Dashboard 💳 Payment History
@endsection