Hello, {{ session('user') }}
{{ session('department') }} Department
Dashboard
>
Profile
>
Inquiry Statistics
>
Enrollment Statistics
>
Inquiry
>
Tasks
>
Create Messages
>
Manage Contacts
>
Manage Groups
>
Michigan Inquiries Dashboard
© 2024 All Rights Reserved
Michigan Inquiries
Inquiry
@csrf
{{ __('Log Out') }}
View
Create
Update
More
Update Inquiry
@csrf
Name
ID or Passport
Email
Contact
Residence
Gender
gender ? '' : 'selected' }}>Select the gender
gender == 'Female' ? 'selected' : '' }}>Female
gender == 'Male' ? 'selected' : '' }}>Male
Designation
designation ? '' : 'selected' }}>Select designation
designation == 'Student' ? 'selected' : '' }}>Student
designation == 'Parent' ? 'selected' : '' }}>Parent
designation == 'Other' ? 'selected' : '' }}>Other
Referral
Date and Time of Inquiry
Type
Type
type ? '' : 'selected' }}>Select the Inquiry Type
type == 'Overseas University Placement' ? 'selected' : '' }}>Overseas University Application
type == 'Equatorial British College' ? 'selected' : '' }}>Equatorial British College
type == 'Computer Packages' ? 'selected' : '' }}>Computer Packages
type == 'Certificate III Individual Support' ? 'selected' : '' }}>Certificate III Individual Support
type == 'IELTS' ? 'selected' : '' }}>IELTS
type == 'TOEFL' ? 'selected' : '' }}>TOEFL
type == 'GMAT' ? 'selected' : '' }}>GMAT
type == 'GRE' ? 'selected' : '' }}>GRE
type == 'PTE' ? 'selected' : '' }}>PTE
type == 'Duolingo' ? 'selected' : '' }}>Duolingo
Platform
platform ? '' : 'selected' }}>Select the platform they used
platform == 'Front Desk' ? 'selected' : '' }}>Front Desk
platform == 'Phone Call' ? 'selected' : '' }}>Phone Call
platform == 'Text Message' ? 'selected' : '' }}>Text Message
platform == 'TikTok' ? 'selected' : '' }}>TikTok
platform == 'WhatsApp' ? 'selected' : '' }}>WhatsApp
platform == 'Facebook' ? 'selected' : '' }}>Facebook
Inquiry
{{ $inquiries->inquiry }}
Follow Up
follow_up ? '' : 'selected' }}>Select the follow up level
follow_up == 'Front Desk' ? 'selected' : '' }}>High Priority (Critical/Urgent)
follow_up == 'Phone Call' ? 'selected' : '' }}>Medium Priority (Important)
follow_up == 'Text Message' ? 'selected' : '' }}>Low Priority (Non-Urgent/Optional)
Staff Notes
{{ $inquiries->notes }}
Update Inquiry
@if($success)
Success! The inquiry was updated successfully.
@endif