@extends('front.layout.app') @section('title', 'Home') @section('content')
@forelse ($sliders as $slider)

{{ $slider->title }}

{{ $slider->description }} {{ $slider->decuraton_text }}

{{ $slider->btn_text }}
@empty @endforelse
{{--

Bring the natural aroma

The product is made from 100% Coco Apricot Créme Wax

Shop More

Bring the natural aroma

The product is made from 100% Coco Apricot Créme Wax

Shop More
--}}

{{ $data->content['pro_main_heading'] ?? '' }}

@forelse ($products as $pro) @if ($pro->category_id == 1) @endif @empty

no data found

@endforelse
@forelse ($categories as $cat)
@foreach ($cat->products as $product) @endforeach
@empty

No categories found

@endforelse
{{--
{{ $includeCMS->content['home_sto1_desc'] ?? '' }}
{{ $includeCMS->content['home_sto1_info'] ?? '' }}
--}} @include('front.include.story')

{{ $data->content['home_sto2_heading'] ?? '' }}

{{ $data->content['home_sto2_desc'] ?? '' }}

{{ $data->content['home_sto3_heading'] ?? '' }}

  • {{ $data->content['home_sto3_des1'] ?? '' }}
  • {{ $data->content['home_sto3_des2'] ?? '' }}
  • {{ $data->content['home_sto3_des3'] ?? '' }}
  • {{ $data->content['home_sto3_des4'] ?? '' }}
  • {{ $data->content['home_sto3_des5'] ?? '' }}

{{ $data->content['home_sto4_heading'] ?? '' }}

{{ $data->content['home_sto4_img1_title'] ?? '' }}

{{--

Amet nisl purus in mollis nunc sed viverra

--}}

{{ $data->content['home_sto4_img2_title'] ?? '' }}

{{--

Amet nisl purus in mollis nunc sed viverra

--}}
{{-- --}}
@include('front.include.gallery') {{--

Trend This Year

--}} @endsection