@extends('layouts.app') @section('title','Employees') @section('page-title','Employee Directory') @section('breadcrumb','SpaceHR/ Employees') @section('content') @php($hierarchyLevels = \App\Models\Setting::hierarchyLevels()) @push('styles') @endpush

Employee Directory

Manage all employee records, profiles and salary information

Export CSV
Total Employees
Active
On Leave
Inactive
Departments
All Employees


Loading employees…
{{-- Hierarchy Assignment Modal --}} {{-- Add Employee Modal --}} {{-- Edit Employee Modal --}} @endsection @push('scripts') @endpush