@extends('layouts.admin') @section('page-title', 'Designations') @section('content')
Manage job designations
| Name | Department | Level | Employees | Actions |
|---|---|---|---|---|
|
{{ $designation->name }} |
{{ $designation->department->name ?? 'N/A' }} | {{ $designation->level ?? '—' }} | {{ $designation->employees_count ?? 0 }} | |
|
No designations found Add Designation |
||||