@extends('frontend.main_master') @section('main')

{{ ucwords($category_type) }}

{!! html_entity_decode($content) !!}
@foreach($clothing as $cat) @php $category_name = str_replace(' ', '-', strtolower($cat->category_name)); @endphp @php $sub_categories = App\Models\SubCategory::where('category_id', $cat->id)->get(); $counts = $sub_categories->count(); @endphp @endforeach
@endsection