@extends('layouts.bootstrap') @section('title', 'Edit Ticket Category') @section('breadcrumb', 'Dashboard / Ticket Management / Ticket Categories / Edit') @section('content')
{{ $ticketCategory->description ?: 'Category description will appear here' }}