@foreach($website as $web) {{ str_replace('subdomain', $locationdata->loaction_name, $homepages->first()->pg_meta_title) }} @endforeach @include('include.header-inner')
{{ str_replace('subdomain', $locationdata->loaction_name, $homepages->first()->short_description) }}
Home / {{ str_replace('subdomain', $locationdata->loaction_name, $homepages->first()->short_description) }}
@foreach ($homepages as $item) @if ($item->image) @endif @endforeach
@if ($homepages->isNotEmpty())

{!! htmlspecialchars_decode(str_replace('subdomain', $locationdata->loaction_name, $homepages->first()->short_description)) !!}

@else @endif

@if ($homepages->isNotEmpty()) {!! htmlspecialchars_decode(str_replace('subdomain', $locationdata->loaction_name, $homepages->first()->description)) !!} @else @endif

@if ($homepages->isNotEmpty()) {!! htmlspecialchars_decode(str_replace('subdomain', $locationdata->loaction_name, $homepages->first()->footer_content)) !!} @else @endif

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