@extends('layouts.new-layout') @section('content')

Thank You for Payment!

Your Appointment Has Been Placed.

Your payment has been made successfully

You will receive a Confirmation email in your inbox.

Booking Reference: #{{ $appointment->appointment_id }}

Requested Date: {{ \Carbon\Carbon::parse($appointment->date)->format('Y-m-d') }}

Requested Time: {{\Carbon\Carbon::parse($appointment->time)->format('h:i A')}}

@endsection