@extends('layouts.app') @section('title', 'Payment Successful') @section('content')
Your appointment has been confirmed. A confirmation email has been sent to your registered email address.
{{ $appointment->appointment_id }}
{{ $doctor->name }}
{{ $clinic->name }}
{{ date('d M, Y', strtotime($appointment->appointment_date)) }}
{{ $appointment->start_time }} - {{ $appointment->end_time }}
@if($appointment->consultation_type === 'video') Video Call @else In-Person @endif
₹{{ number_format($appointment->appointment_fee, 2) }}