@extends('layouts.app') @section('content')

Subcategory: {{ $subCategory->sub_category }}

Subcategory ID: {{ $subCategory->id }}

Category: {{ $subCategory->category->category }}

Description:

@if($subCategory->description)

{!! $subCategory->description->description !!}

@else

No description available for this subcategory.

@endif
@endsection