@extends('garage.layouts.app') @section('title', 'Employee categories') @section('content')
| Category | Code | Sort | Status | Actions |
|---|---|---|---|---|
|
{{ $c->name }}
@if($c->description){{ $c->description }} @endif
|
{{ $c->code ?? '—' }} | {{ $c->sort_order ?? 0 }} | @if($c->is_active) Active @else Inactive @endif |
|
|
No categories yet
|
||||