@extends('layouts.app') @section('title', 'Problem Categories') @section('content')
| ID | Name | Code | Color | Status | Sort Order | Created By | Created At | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $category->id }} |
{{ $category->name }}
@if($category->description)
{{ Str::limit($category->description, 50) }} @endif |
{{ $category->code }} | {{ $category->name }} | {{ $category->status_text }} | {{ $category->sort_order }} | {{ $category->creator ? $category->creator->name : 'N/A' }} | {{ $category->created_at->format('M d, Y') }} | |
|
No problem categories found. |
||||||||