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