@foreach($website as $web) {{ $productData->pg_meta_title }} @endforeach @include('include.header-inner')
{{$productData->product_title}}
Home / {{$productData->product_title}}
{{ url('images/' . $productData['image']) }}

{{$productData->sort_description}}

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

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

@foreach($products as $data)
@if(isset($data['image'])) @endif
{{ $data->product_title }} Read more
@endforeach
@include('contact-home') @include('include.footer-inner') @include('include.comman-end')