@extends('garage.layouts.app') @section('title', 'Designations') @section('content') @include('garage.hr.styles')
| Designation | Department | Status | Actions |
|---|---|---|---|
| {{ $d->name }} | {{ $d->department_name ?: '—' }} | @if($d->is_active) Active @else Inactive @endif |
|
| No designations found. | |||