@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 }}
{{ $replacedDescription }}

{!! htmlspecialchars_decode($replaceddescription) !!}

@include('contact-home')
Your Insurance Broker in New Zealand

At Oasis Insurance, we don’t just sell policies; we are your insurance broker in New Zealand, dedicated to understanding your specific requirements.

@foreach($products as $data)
{{ $data->product_title }} {{ $data->product_title }}

{{ $data->short_description }}

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