@extends('layouts.app') @section('title', 'Service Categories') @section('content')
Manage service categories and their configurations
| Category Name | Code | Description | Status | Created | Actions |
|---|---|---|---|---|---|
|
{{ $category->name }}
|
@if($category->code) {{ $category->code }} @else - @endif | @if($category->description) {{ Str::limit($category->description, 50) }} @else - @endif | {{ ucfirst($category->status) }} | {{ $category->created_at->format('M d, Y') }} |
Start by adding your first service category.