@include('components.frontend.head') @include('components.frontend.header')
@foreach($banners as $banner)
{{ $banner->banner_heading }}

{{ $banner->banner_heading }}

{{ $banner->banner_title }}
@endforeach

New Arrivals

@php $collection = $newArrivals->firstWhere('collection_slug', '!=', null); @endphp @if($collection) View All Collection @else View All Collection @endif
@foreach ($newArrivals as $product)
{{ $product->product_name }} {{ $product->product_price }} INR
@endforeach
{{ $collectionDetail->heading }}

Shop by Categories

@foreach ($shopCategories as $category) @endforeach
@foreach ($productPolicies as $policy)
@if($policy->policy_image)
{{ $policy->heading }}
@else
@endif
{{ $policy->heading }}

{{ $policy->description }}

@endforeach
@if($socialMedia)

{{ $socialMedia->section_heading }}

{{ $socialMedia->section_title }}

@endif
@include('components.frontend.footer') @include('components.frontend.main-js')