@extends('layouts.app') @section('title', 'Payment Failed') @section('content')
Unfortunately, your payment could not be processed. Please try again or use a different payment method.
{{ $appointment->appointment_id }}
{{ $doctor->name }}
{{ $clinic->name }}
{{ date('d M, Y', strtotime($appointment->appointment_date)) }}
₹{{ number_format($appointment->appointment_fee, 2) }}
Your appointment booking is still pending payment. Please complete the payment within 24 hours to confirm your appointment. If payment is not completed, your appointment slot will become available for other patients.