@push('styles') @endpush @if ($booked)

Graduation Photoshoot Form

Appointment Details:

Full Name {{ $bookedAppointment->graduate_full_name }}
Student ID {{ $bookedAppointment->student_id }}
University {{ $bookedAppointment->university }}
Ceremony {{ $bookedAppointment->ceremony->detail }}
Email {{ $bookedAppointment->graduate_email }}
Mobile {{ $bookedAppointment->graduate_contact_number }}
Date {{ dateFormat($bookedAppointment->date) }}
Time Slot {{ dateFormat($bookedAppointment->time, config('custom.hia')) }}
Status {!! appointmentStatus($bookedAppointment->status) !!}
@else

Graduation Photoshoot Form

@include('message.messages')
@error('institutionId')
{{ $message }}
@enderror
@if ($institutionId)
@error('ceremony_id')
{{ $message }}
@enderror
@endif
@error('selectedDate')
{{ $message }}
@enderror
@if ($selectedDate)
@error('selectedTimeslotId')
{{ $message }}
@enderror
@endif
@if ($ceremonyId)
@error('studentId')
{{ $message }}
@enderror

@endif @if ($studentId && $fullName)
@error('fullName')
{{ $message }}
@enderror
@error('mobile')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('courseOfStudy')
{{ $message }}
@enderror
@error('gownSize')
{{ $message }}
@enderror
@error('hatSize')
{{ $message }}
@enderror
@error('numberOfGuests')
{{ $message }}
@enderror
@error('consent')
{{ $message }}
@enderror
@endif @if ($graduateNoFoundMessage)
@endif
@endif
{{-- @push('scripts') @endpush --}} @push('scripts') @endpush