Circular Image
Hello, {{ session('user') }}

{{ session('department') }} Department

Tasks
>

Michigan Inquiries Dashboard
© 2024 All Rights Reserved

Michigan Inquiries

Manage Contacts

@csrf {{ __('Log Out') }}

Manage Contacts

Add a New Contact
@if ($onDelete)
@endif @if ($success)
@endif @if ($onAdd)
@endif
@foreach($contacts as $index => $contacts) @endforeach
ID Name Phone Update Delete
{{ $index + 1 }} {{ $contacts->contact_name }} {{ $contacts->contact_phone }}
@csrf
@csrf