@extends('adminlte::page') @section('title', 'Occupations') @section('content_header')
| ID | Name | Description | Sort | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $occupation->id }} |
{{ Str::limit($occupation->name, 20) }}
|
{{ $occupation->description ? Str::limit($occupation->description, 30) : 'N/A' }} | {{ $occupation->sort_order }} | {{ $occupation->is_active ? 'Active' : 'Inactive' }} | {{ $occupation->created_at->format('d M') }} | |