@extends('themes.basic.layouts.single')
@section('header_title', $subCategory->name)
@section('title', $subCategory->title ?? $subCategory->name)
@if ($subCategory->description)
@section('description', $subCategory->description)
@endif
@section('body_bg', 'bg-white')
@section('breadcrumbs', Breadcrumbs::render('categories.sub-category', $category, $subCategory))
@section('breadcrumbs_schema', Breadcrumbs::view('breadcrumbs::json-ld', 'categories.sub-category', $category,
$subCategory))
@section('header_v4', true)
@section('container', 'container-custom')
@section('content')