@extends('layouts.front-layout') @section('title') Home @endsection @section('content')
@foreach($get_sliders as $slider)
{{ $slider->first_heading ?? '' }}

{{ $slider->second_heading ?? '' }}

{!! $slider->description ?? '' !!}

Explore Brand
@endforeach
Branded

Top Hits

{{ $pageData['Home']['best_of_skincare_heading'] ?? '' }}

S{{ $pageData['Home']['best_of_skincare_sub_heading'] ?? '' }}

Explore
{{ $pageData['Home']['top_brand_makeup_heading'] ?? '' }}

{{ $pageData['Home']['top_brand_makeup_sub_heading'] ?? '' }}

Explore

Free Shipping
OVER $60

{{$pageData['About']['heading'] ?? ''}}

{{$pageData['About']['sub_heading'] ?? ''}}

{!!$pageData['About']['description'] ?? ''!!} Read More
{{ $pageData['About']['about_second_section_heading'] ?? '' }}

{{ $pageData['About']['about_second_section_sub_heading'] ?? '' }}

{!!$pageData['About']['about_third_description'] ?? ''!!} Read More
{{$pageData['Reviews']['top_banner_title'] ?? '' }}

{{$pageData['Reviews']['heading'] ?? '' }}

@forelse($get_reviews as $review)
{!! $review->description ? : '' !!}
{{$review->customer_name ? : ''}} CLIENT
@empty

No Reviews Available

@endforelse

{{ $pageData['Home']['all_natural_section_heading'] ?? '' }}

{!! $pageData['Home']['all_natural_section_description'] ?? ''!!}

{{ $pageData['Home']['top_quality_section_heading'] ?? '' }}

{!!$pageData['Home']['top_quality_section_description'] ?? ''!!}
{{ $pageData['Home']['brand_top_hits_heading'] ?? '' }}

{{ $pageData['Home']['brand_top_hits_sub_heading'] ?? '' }}

{!!$pageData['Home']['brand_top_hits_description'] ?? '' !!} SHOP NOW
@forelse($get_brands as $brand) @forelse($brand->product as $product)
  • -11%
  • Featured

{{$product->name ? : ''}}

{!! \Illuminate\Support\Str::limit(strip_tags($product->description), 70, '...') !!}

@if ($product->productVariation->first()) ${{ $product->productVariation->first()->variant_compare_at_price ? : '' }} ${{ $product->productVariation->first()->variant_price ? : '' }} @else

No price available

@endif
@empty

No Products Available for This Brand

@endforelse @empty

No Brands Available

@endforelse
@forelse($get_spacific_products as $spacific_product) @empty

Spacific Product Not Available

@endforelse
{{ $pageData['Blog']['home_section_top_title'] ?? '' }}

{{ $pageData['Blog']['home_section_heading'] ?? '' }}

@forelse($get_blogs as $blog)
{{$blog->created_at->format('F d, Y')}}

{{$blog->title ? : ''}}

{!! \Illuminate\Support\Str::limit(strip_tags($blog->first_description), 80, '...') !!}
  • Cosmetic
  • Fashion
Read More
@empty

Blog Data Not Available

@endforelse

{{ $pageData['Home']['subscribe_to_our_newsletter_heading'] ?? '' }}

{{ $pageData['Home']['subscribe_to_our_newsletter_sub_heading'] ?? '' }}.

@forelse($get_instagrams as $instagram)
@empty

Instagram Data Not Available

@endforelse
@endsection