Update Status
@error('status') {{ $message }} @enderror
Appointment Information
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')) }}
Graduate Info
Student ID {{ $appointment->student_id }}
Name {{ $appointment->graduate_full_name }}
University {{ $appointment->university }}
Degree Studied {{ $appointment->degree_studied }}
Contact Number {{ $appointment->graduate_contact_number }}
Email {{ $appointment->graduate_email }}
Regalia
Academic Dress Option {!! $appointment->academic_dress_option !!}
Gown Size {{ $appointment->gown_size }}
Hood Size {{ $appointment->hood_size }}
Number Of Guest {{ $appointment->number_of_guest }}
@livewire('studio-photoshoot.admin.appointment.note.note-component', ['appointmentId' => $appointment->id])