@extends('layouts.app') @section('title', __('Homepage')) @section('content') @if($coupon)
{{ $coupon->value }}{{ $coupon->type == 'percentage' ? '%' : '' }} off use ({{ $coupon->code }})
@endif @include('partials.frontend.sliders')
MINI LOGO

{{__("BROWSE OUR CATEGORIES")}}


@if($categories)

{{__("Carefully created collections")}}

{{__("Browse our categories")}}

@foreach($categories as $category) @php $imgStyle = $titleStyle = ""; // if ($loop->iteration == 1) { $imgStyle = "margin: 7px;"; $titleStyle = "margin-top: -124px;"; //} if (is_int($loop->iteration / 2)) { $imgStyle = "margin: 9px;"; $titleStyle = "margin-top: 104px;"; } @endphp @endforeach
@else @endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Free Shipping

--}} {{--

Lorem Ipsum is simply dummy text of the and typesetting industry. Lorem Ipsum is simply--}} {{-- industry.

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Money Guarentee.

--}} {{--

Lorem Ipsum is simply dummy text of the and typesetting industry. Lorem Ipsum is simply--}} {{-- industry.

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Online Support

--}} {{--

Lorem Ipsum is simply dummy text of the and typesetting industry. Lorem Ipsum is simply--}} {{-- industry.

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endsection