@extends('layouts.customer') @section('title','Add Credit') @section('page-title','Add Credit') @section('styles') @endsection @section('content')

💰 Add Credit to Account

Pre-pay amount and use it for future bookings

💡 Note: Discount will be applied at the time of booking, not while adding credit.
@csrf
$100
$200
$500
You Pay:$0 AUD
Credit Added:$0
⏰ Credit validity: No expiry
💳 Refund policy: Full refund to original payment method on cancellation request
@endsection @section('scripts') @endsection