@php $originalmetatitle = $subdomainData->meta_title; $originaldiscription = $subdomainData->meta_description; $productTitle = $productData->product_title; $keyword = $subdomainData->meta_keywords; $location = $locationdata->loaction_name; $replacedmetatitle = str_replace(['keyword', 'subdomain'], [$productTitle, $location], $originalmetatitle); $replaceddiscription = str_replace(['keyword', 'subdomain'], [$productTitle, $location], $originaldiscription); $replacedkeyword = str_replace(['keyword', 'subdomain'], [$productTitle, $location], $keyword); @endphp @foreach($website as $web) {{ $replacedmetatitle }} @endforeach @include('include.header-inner') @php $originalShortDescription = $subdomainData->short_discription; $originalDescription = $subdomainData->description; $productTitle = $productData->product_title; $Description = $subdomainData->description; $location = $locationdata->loaction_name; $replacedDescription = str_replace(['keyword', 'subdomain'], [$productTitle, $location], $originalShortDescription); $replaceddescription = str_replace(['keyword', 'subdomain'], [$productTitle, $location], $originalDescription); @endphp
{{ $replacedDescription }}
{{ $replacedDescription }}
{{$productData->product_title}}
Product Details {{ $replacedDescription }}

{!! htmlspecialchars_decode($replaceddescription) !!}

@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')