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

{{ session('department') }} Department

Tasks
>

Michigan Inquiries Dashboard
© 2024 All Rights Reserved

Michigan Inquiries

Tasks

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

@if ($success)
@endif @if ($update)
@endif

Tasks Staff Assigned to You

@if ($theirs) @foreach($theirs as $number => $theirs) @endforeach
Assigned By Department Title Status View Action
{{ $theirs->user_id }} {{ $theirs->department }} {{ $theirs->title }} {{ $theirs->status }}
@csrf
@csrf
@else
@endif