@extends('layouts.customer') @section('title','Refund - Customer Panel') @section('page-title','Refund Funds') @section('styles') @endsection @section('content')
{{-- Header --}}

Refund Funds

Secure Refund — processed within 3 business days
{{-- Balance Row --}}
{{-- Balance Box with sparkline --}}
Available Credit Balance
+ $0.00 this week
${{ number_format($user->credit_balance, 2) }}
AUD
{{-- Refund Guidelines panel --}}

Refund Guidelines

Refund might take up to 3 business days to complete.

{{-- Form grid --}}
{{-- Left col --}}

Your prepaid credit will be refunded back to payment means used.

@if(session('error'))
{{ session('error') }}
@endif @if($user->credit_balance > 0)
@csrf
Cancel
@else
Cancel
You have no available balance to refund.
@endif
{{-- Right col --}}

Need help?

If you have questions about Refunds, contact our support at 0477 390 650 or Contact Us.

@endsection @section('scripts') @endsection