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
View Inquiries
ID
Name
Phone
Type
Date
Link
@foreach($inquiries as $index => $inquiries)
{{ $index + 1 }}
{{ $inquiries->name }}
{{ $inquiries->contact }}
{{ $inquiries->type }}
{{ $inquiries->date }}
@csrf
More
@endforeach
@if($success)
Success! The inquiry was created.
@endif