@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Workforce operations

Good morning, Alex

Here is what needs attention across the organization today.

Open reports
Total headcount
{{ $headcount }}
↗ 8.1% vs last month
Pending approvals
{{ $pendingApprovals }}
requires action
Payroll status
{{ $payroll?->status ?? 'Not started' }}
Next run: {{ $payroll?->pay_date?->format('Y-m-d') ?? '—' }}
Team capacity
{{ $capacity }}%
Healthy delivery bandwidth

Recent operations activity

Latest actions across the workforce platform

View audit log
@forelse($activity as $event)

{{ $event->actor }} {{ $event->action }} {{ $event->resource }}
{{ $event->occurred_at->diffForHumans() }}

{{ $event->severity }}
@empty

No activity yet.

@endforelse

Quick actions

Common HR operations

Onboard employeeRun payrollRequest time off
System health

● All systems operational

Laravel {{ app()->version() }} · MySQL
@endsection