@extends('layouts.app') @section('content')
Total Employees {{ $stats['total_employees'] }}
Present Today {{ $stats['present_today'] }}
Attendance Req. {{ $stats['pending_attendance'] }}
Leave Req. {{ $stats['pending_leaves'] }}

System Status

@if (session('status')) @endif
Welcome to DUKE HRMS Management Portal.

You are correctly synchronized with the central attendance server. All systems are operational.


17%
UPTIME
RELIABILITY
0%
SYNC
LATENCY
@endsection