@extends('website.layouts.app') @section('title','Product Detail') @section('content')

{{ $subCategories->name ?? '' }}

Description

{!! $subCategories->description ?? '' !!}

@if(count($subCategories->ourNetworks) > 0) @endif
@endsection