@extends('garage.layouts.app') @section('title', 'Departments') @section('content') @include('garage.hr.styles')
| Name | Status | Actions |
|---|---|---|
| {{ $d->name }} | @if($d->is_active) Active @else Inactive @endif |
|
| No departments found. | ||