{{ 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) !!}