@foreach($website as $web) {{ $productcatData->pg_meta_title }} @endforeach @include('include.header-inner')
{{$productcatData->product_title}}
{{$productcatData->product_title}}
Home / {{$productcatData->product_title}}
Krushi TechAdvantages {{$productcatData->sort_description}}

{!! htmlspecialchars_decode($productcatData->description) !!}

{!! htmlspecialchars_decode($productcatData->tab_three_description) !!}
@include('contact-home')
Quality Products Our Products Get The Best Quality Products
@forelse($category as $index => $cat)
{{ $cat->product_category_title }}
@empty

No categories found.

@endforelse
@forelse($category as $index => $cat) @if($category && $cat->product_cat_id)
@foreach($products->where('product_cat', $cat->product_cat_id) as $product) @endforeach
@endif @empty

No categories found.

@endforelse
@include('include.footer-inner') @include('include.comman-end')