Expert Dashboard

Monitor and manage assigned issues

@if(session('success')) @endif {{-- Summary Cards --}}
Resolved

{{ $resolvedCount }}

Successfully closed issues

Unresolved

{{ $unresolvedCount }}

Issues needing attention

In Progress

{{ $inProgressCount }}

Currently being worked on

{{-- Detailed Issues Table --}}
Assigned Issues {{ count($issues) }}
@forelse($issues as $issue) @empty @endforelse
# Title Reporter Priority Status Date Action
{{ $loop->iteration }}
{{ $issue->title }} @if($issue->priority === 'high') ! @endif
{{ $issue->reporter->name ?? 'N/A' }} {{ ucfirst($issue->priority) }} {{ ucfirst($issue->status) }} {{ $issue->created_at->format('M d, Y') }}
No issues assigned to you yet.
{{-- Modals --}} @foreach($issues as $issue) @endforeach {{-- Image Modal --}} {{-- Chart.js Script --}}