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 Contacts
@csrf
{{ __('Log Out') }}
Manage Contacts
Add a New Contact
@if ($onDelete)
Success!
The contact was deleted successfuly.
@endif @if ($success)
Success!
The contact was added successfully.
@endif @if ($onAdd)
Success!
The contact was updated successfuly.
@endif
ID
Name
Phone
Update
Delete
@foreach($contacts as $index => $contacts)
{{ $index + 1 }}
{{ $contacts->contact_name }}
{{ $contacts->contact_phone }}
@csrf
Update
@csrf
Delete
@endforeach