@extends('admin.layout') @section('title', 'Dashboard') @section('header_title', 'Dashboard') @section('header_subtitle', 'Overview of your administrative system.') @section('content')
Total Employees

{{ $stats['total_employees'] }}

+12% from last month

Active Roles

{{ $stats['active_roles'] }}

System configured roles

Quick Actions
Recent Activity
@foreach($stats['recent_activities'] as $activity) @endforeach
ACTIVITY TIME STATUS
{{ $activity['action'] }}
{{ $activity['time'] }} Completed
System Security
Static Auth Enabled

You are currently using static credentials defined in the controller.

Last backup: Today, 03:00 AM

@endsection