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

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

@include('contact-home')
Explore Our All Products
@foreach($products as $data)
@if(isset($data['image'])) {{ $data->product_title }} @endif
{{ $data->product_title }}

{!! \Illuminate\Support\Str::limit(strip_tags(htmlspecialchars_decode($data->description)), 100) !!}

Read More
@endforeach
@include('include.footer-inner') @include('include.comman-end')