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
View Task
@csrf
{{ __('Log Out') }}
Assigned To Me
Assigned To Staff
Create Task
View Task
Task Details
@if(!empty($completed->contact))
Alert!
Task Action Information is updated, scroll to the bottom.
@endif
@foreach($tasks as $task)
Title:
{{ $task->title }}
Department:
{{ $task->department}}
Description:
{{ $task->description }}
Status:
{{ $task->status }}
Priority:
{{ $task->priority }}
Assigned By: {{ $task->user_id }}
Assigned To: {{ $task->assigned_to }}
Inquiry
@if ($inquiry && $inquiry->isNotEmpty()) @foreach($inquiry as $inquiries)
Name:
{{ $inquiries->name }}
Gender:
{{ $inquiries->gender }}
Contact:
{{ $inquiries->contact }}
Residence:
{{ $inquiries->residence }}
Platform:
{{ $inquiries->platform }}
Referral:
{{ $inquiries->referral }}
Type:
{{ $inquiries->type }}
Follow-Up:
{{ $inquiries->follow_up }}
Inquiry:
{{ $inquiries->inquiry }}
Notes:
{{ $inquiries->notes }}
@endforeach @else
No Inquiry!
This task does not have an inquiry attached to it, all details are provided above.
@endif @endforeach
@if(isset($status)) @foreach($completed as $completed)
Task Action Information
Contact:
{{ $completed->contact }}
Comment:
{{ $completed->comments }}
Task Status:
{{ $task->status }}
@endforeach @else
Task Action Information
No Update Found!
This task does not have an update attached. This indicates that the task has not been completed or is in progress.
@endif