@extends('LandingPage.Layouts.master') @section('content') {{-- --main site Slider --}}
@if (get_setting('home_slider_images') != null) @foreach (json_decode(get_setting('home_slider_images'), true) as $key => $value)
{{ json_decode(get_setting('home_slider_title'), true)[$key] }}
{{ json_decode(get_setting('home_slider_sub_title'), true)[$key] }}
{{ json_decode(get_setting('home_slider_btn'), true)[$key] }}
bg-cos3-1
@endforeach @endif
{{-- --nav site Slider --}} {{-- end--}} {{-- top category--}} @if (get_setting('top10_categories') !== null)
@php $categories = json_decode(get_setting('top10_categories')); @endphp {{-- Left Side (First Category) --}} @if(isset($categories[0])) @endif {{-- Right Side (Next Three Categories) --}}
@endif {{-- end top categores --}} {{-- end categorey list --}} {{-- stories --}} @if(!empty($productsWithVideo))
{{translate('Community Stories')}}
@foreach($productsWithVideo as $productWithVideo)
{{$productWithVideo->getTranslation(
{{$productWithVideo->getTranslation('name')}}
$25.00
@endforeach
@endif {{-- end stories --}} {{-- Start after before --}} @if (get_setting('home_before_after') != null) @php $images = json_decode(get_setting('home_before_after'), true); @endphp @if (count($images) == 2)
Mojave desert in the sun
Before
Mojave desert in the dark
After
@endif @endif {{--end after before --}} {{--start new arrival --}}
What's new
Clean skincare
Clean and natural skincare with safe and transparent ingredients
european delivery
Fast delivery options with tracking No EU import duties
Sustainability
Our signature shipping boxes are fully recyclable and biodegradable
authorized retailer
We are an authorized retailer for all the brands we carry
bg-img
Night routines Skincare tutorials
Experience the Power of Nighttime Skincare Rituals
View Now
"I'm absolutely in love with the skincare products from Onita. They have revolutionized my skincare routine and given me incredible results."
Maverick Nguyen
"I'm absolutely in love with the skincare products from Onita. They have revolutionized my skincare routine and given me incredible results."
Maverick Nguyen
"I'm absolutely in love with the skincare products from Onita. They have revolutionized my skincare routine and given me incredible results."
Maverick Nguyen
1
2
3
4
5
6
7
Sign up and get 20% off
your first order
Sign up for early sale access, new in, promotions and more
Need help?
Working hours : 8:00am - 6:00pm, Mon to Sun
Email: hi.avitex@gmail.com
Phone: +84-123-234-3456
{{-- end new arrivel --}} @endsection