@extends('layouts.app') @section('header_title', 'Executive ERP Dashboard') @section('content')
Total System Users
{{ $stats['total_users'] ?? 12 }}
↑ 100% Active across branches
Connected Branches
{{ $stats['total_branches'] ?? 3 }}
HQ Lagos, Ikeja, Abuja
Configured Roles
{{ $stats['total_roles'] ?? 12 }}
RBAC Permission Engine
Reagent Automation
ACTIVE TRIGGER
Auto-deduct on POS commit

🛡️ Recent Security & Audit Logs View All Ledger →

@forelse($stats['recent_logs'] ?? [] as $log) @empty @endforelse
Action Event Module User IP Address Timestamp
{{ $log->action }} {{ $log->module }} {{ $log->user->name ?? 'System' }} {{ $log->ip_address }} {{ $log->created_at }}
No recent audit log activities found.
@endsection