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
Tasks
@csrf
{{ __('Log Out') }}
Assigned To Me
Assigned To Staff
Create Task
@if ($success)
Success!
The task was created successfully.
@endif @if ($update)
Success!
The task was updated successfully.
@endif
Tasks Staff Assigned to You
@if ($theirs)
Assigned By
Department
Title
Status
View
Action
@foreach($theirs as $number => $theirs)
{{ $theirs->user_id }}
{{ $theirs->department }}
{{ $theirs->title }}
{{ $theirs->status }}
@csrf
View
@csrf
Action
@endforeach
@else
No tasks found!
Tasks have not yet been assigned to you.
@endif