@extends('layouts.app') @section('title','Employees') @section('content')
PEOPLE OPERATIONS
Dedicated employee lifecycle and access.
| Code | Name | Designation | Department | Office | Status | |
|---|---|---|---|---|---|---|
| {{ $e->employee_code }} | {{ $e->user->name }} | {{ $e->designation }} | {{ $e->department?->name }} | {{ $e->office?->name }} | {{ $e->status }} |