@extends('layouts/layoutMaster') @section('title', ($providerDetails->display_name ?? 'Provider') . ' — Dashboard') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content') @php $provId = $providerDetails->uuid ?? ''; @endphp {{-- Page Header --}}

Provider Details

Overview and activity summary.

@include('providers.administrator._header', ['providerDetails' => $providerDetails])
@include('providers.administrator._nav', ['activePage' => 'dashboard', 'providerDetails' => $providerDetails])
{{-- Stats Cards --}}
{{ $stats['heads'] ?? 0 }}
Heads
{{ $stats['moderators'] ?? 0 }}
Moderators
{{ $stats['departments'] ?? 0 }}
Departments
{{ $stats['doc_types'] ?? 0 }}
Doc Types
{{-- Charts Row 1: DR Volume + Client Distribution --}}
Document Request Volume
Created vs Completed (12 months)
DR Status
Current breakdown
  •   In Progress 18
  •   On Hold 5
  •   Completed 42
  •   Overdue 3
{{-- Charts Row 2: Revenue + Personnel Distribution --}}
Revenue & Collections
Invoiced vs Collected (12 months)
Personnel
By role type
Heads {{ $stats['heads'] ?? 0 }}
Moderators {{ $stats['moderators'] ?? 0 }}
Personnel {{ $stats['personnel'] ?? 0 }}
{{-- Activity Timeline + Quick Links --}}
Recent Activity
Latest provider actions
DR-2026-0042 created for ABC Holdings Sdn Bhd
Annual Audit FY2025
2h ago
New moderator Ahmad Razif assigned
All job types
1d ago
Settings updated — currency changed to MYR
By Admin
3d ago
QuickBooks token refreshed successfully
Auto-refresh
5d ago
Department Tax Advisory access revoked
Excluded from access list
1w ago
@endsection @section('page-script') @endsection