@extends('layouts.app') @section('title', 'View Service Category') @section('content')
Detailed information about {{ $category->name }}
@if($category->code) {{ $category->code }} @else Not provided @endif
{{ ucfirst($category->status) }}
@if($category->description) {{ $category->description }} @else No description provided @endif
This category represents a specific type of service (e.g., CDN, IX, Transit).