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

{!! htmlspecialchars_decode($productData->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')