@foreach($website as $web) {{ str_replace('subdomain', $locationdata->loaction_name, $homepages->first()->pg_meta_title) }} @endforeach @include('include.header-inner')
@foreach($homebanner as $banner)
{{ $banner->banner_title }}
{{ $banner->banner_title }} {{ $banner->banner_title }} {{ $banner->banner_title }} {{ $banner->banner_title }} {{ $banner->banner_title }}
{{ $banner->banner_title }}

{!! htmlspecialchars_decode($banner->banner_discription) !!}

@endforeach
@foreach ($homepages as $item)
@if ($item->image) @endif
{{ str_replace('subdomain', $locationdata->loaction_name, $homepages->first()->short_description) }}Product Details @if ($homepages->isNotEmpty()) {{ 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

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