@extends('layouts.app') @section('content')
Monitor and manage accountants' workload
TOTAL PAYMENTS
ASSIGNED
INITIATED
APPROVED
PAID
REJECTED
OVERDUE
| 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 |
||||||