@include('partials.staff_navbar')
Internal Management Dashboard

Welcome back, {{ $staff->accountDetails->fullname ?? $staff->username }}

Assigned Unit Classification: {{ $staff->accountDetails->designation->designations ?? 'Assigned Professional Agent' }}


Pending Registrations
{{ $pendingRegistrationsCount }}

Applications waiting for profile documentation reviews and operational audit screenings.

Open Review Queue
Open Complaints
{{ $openComplaintsCount }}

Active legal dispute tracking files submitted by data subjects requiring active verification.

Investigate Cases
Active Breaches
{{ $activeBreachesCount }}

System-wide mandatory data spill leaks reported by handlers under corporate compliance laws.

Inspect Breach Logs
Handler Class Distribution

Total operations active by system assignment legal class boundaries.

Public / Statutory Government Entities
{{ $publicStatutoryCount }}
Private / Commercial Institutions & Retail
{{ $privateCommercialCount }}
NGOs / Non-Profits Charities & Civil Units
{{ $ngoCount }}
DATA CONTROLLERS {{ $dataControllersCount }}
DATA PROCESSORS {{ $dataProcessorsCount }}
BOTH {{ $dataProcessorandController }}
Weekly Revenue Inflow Ledger
Current Week

Chronological presentation of auditing filing invoices processed and resolved this week.

@forelse($weeklyPayments as $payment) @empty @endforelse
Organization Name Service / Role Reference Code Amount Paid Settlement Timeline
{{ $payment->org_legal_name ?? $payment->rep_institution ?? 'N/A' }}
@if($payment->sector) {{ $payment->sector }} @endif
@if($payment->data_handler_role === 'both') Controller & Processor @elseif($payment->data_handler_role === 'controller') Data Controller @elseif($payment->data_handler_role === 'processor') Data Processor @else Not Specified @endif {{ $payment->resume_code }} ${{ number_format($payment->invoice_amount, 2) }} {{ optional($payment->payment_date)->format('M d, Y') ?? $payment->updated_at->format('M d, g:i A') }}
No payments processed during this fiscal workweek period.
@include('partials.footer')