| Appointment Date | {{ dateFormat($appointment->date, config('custom.dmy2')) }} |
|---|---|
| Appointment Time | {{ dateFormat($appointment->time, config('custom.hia')) }} |
| Price | ${{ $appointment->price }} |
| Consent To Use Image For Promotional Purpose | {!! yesNo($appointment->consent) !!} |
| Status | {!! appointmentStatus($appointment->status) !!} |
| Order Date | {{ dateFormat($appointment->order_date, config('custom.dmyhia')) }} |
| Student ID | {{ $appointment->student_id }} |
|---|---|
| Name | {{ $appointment->graduate_full_name }} |
| University | {{ $appointment->university }} |
| Degree Studied | {{ $appointment->degree_studied }} |
| Contact Number | {{ $appointment->graduate_contact_number }} |
| {{ $appointment->graduate_email }} |
| Academic Dress Option | {!! $appointment->academic_dress_option !!} |
|---|---|
| Gown Size | {{ $appointment->gown_size }} |
| Hood Size | {{ $appointment->hood_size }} |
| Number Of Guest | {{ $appointment->number_of_guest }} |