@extends('layouts.app') @section('content')
Monitor and manage accountants' workload
Total Payments
Assigned
{{ $analytics['total'] > 0 ? round((($analytics['assigned'] ?? 0) / $analytics['total']) * 100, 1) : 0 }}% assigned
Initiated
Approved
Paid
Rejected
Overdue (3+ Days)
| SN | Accountant | Phone | Assigned Enquiries | Status | Actions | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item['user']->name }} | {{ $item['user']->email }} | {{ $item['user']->phone_number ?? 'N/A' }} |
Total: {{ $item['assigned_count'] }} Pending: {{ $item['pending_count'] }} | Overdue: {{ $item['overdue_count'] }} |
@if($item['is_overloaded']) OVERLOADED @else OK @endif | View |
|
No accountants found in the department |
||||||