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
Manage Groups
@csrf
{{ __('Log Out') }}
Manage Groups
Add a New Group
@if ($onDelete)
Success!
The group was deleted successfuly.
@endif @if ($success)
Success!
The group was added successfully.
@endif @if ($onAdd)
Success!
The group was updated successfuly.
@endif
ID
Group Name
View
Add Contact
Delete Group
@foreach($groups as $index => $groups)
{{ $index + 1 }}
{{ $groups->group_name }}
@csrf
View Group
@csrf
Add Contact
@csrf
Delete Group
@endforeach