@extends('frontend.main_master') @section('main') @php $subcategories = App\Models\SubCategory::where('category_id', $product_detail['category_id'])->get(); $counts = $subcategories->count(); @endphp
product-media-img

{{ ucwords(strtolower($product_detail->product_name)) }}

@if($counts > 0) {{ ucwords($product_detail['SubCategory']['sub_category_name']) }} @endif @if($counts == 0) {{ ucwords($product_detail['Category']['category_name']) }} @endif
{!! html_entity_decode($product_detail->product_description) !!}
@csrf
@endsection