@extends('layouts.app') @section('title', 'Employees & Payroll') @section('content')

🧑‍💼 Employees & Payroll

Active Staff
{{ $stats['active_staff'] }}
Clocked In Now
{{ $stats['clocked_in_now'] }}
Pending Leave
{{ $stats['pending_leave'] }}
Pending Scheduling Requests
{{ $stats['pending_scheduling'] }}
On Leave Today
{{ $stats['on_leave_today'] }}
Overtime Hours This Month
{{ $stats['overtime_hours_this_month'] }}
@can('users.manage')
Quick Access
@endcan @can('attendance.manage') @endcan @can('scheduling.manage') @endcan @canany(['hr.manage', 'scheduling.manage', 'attendance.manage'])
Approvals
@can('hr.manage') Leave Requests @endcan @can('scheduling.manage') Shift Swap Requests Overtime Requests Break Requests @endcan @can('attendance.manage') Attendance Corrections @endcan
@endcanany @can('operations.manage')
Daily Operations
@endcan @can('hr.manage')
Staff Communication
@endcan
@can('users.manage')
Settings
@endcan @can('scheduling.manage') @endcan @can('hr.manage') @endcan @can('payroll.manage')
Payroll
@endcan
@endsection