@extends('layouts.app') @section('content')

Pay Consultation Fee

Appointment: {{ $appointment->appointment_number }}

Doctor: {{ $appointment->doctor->user->name }}

Date: {{ $appointment->appointment_date->format('d M Y') }}

Time: {{ substr($appointment->start_time, 0, 5) }}

₹{{ number_format($payment->amount, 2) }}

@endsection