@extends('frontend.components.layout') @section('title') Home @endsection @push('css') @endpush @section('content') {{--
@foreach ($menu as $item) {{ $item->name }} @endforeach
@foreach ($sliders as $item) @endforeach
100% Payment Secured
Support lots of Payments
Free Delivery
24hours/7days Support
Best Price Guaranteed
Mobile Apps Ready

Shop by Categories

@foreach ($categories as $category) @endforeach

Most Selling Categories

@foreach ($sections as $section)

{{ $section->name }}

@foreach ($section->products->take(10) as $product)
{{ $product->name }}
@for ($i = 0; $i < $product->rating; $i++) @endfor @for ($i = $product->rating; $i < 5; $i++) @endfor
@if ($product->discount_price > 0 && $product->selling_price > $product->discount_price) ৳ {{ number_format($product->selling_price, 2) }} ৳ {{ number_format($product->selling_price - $product->discount_price, 2) }} @else ৳ {{ number_format($product->selling_price, 2) }} @endif
@endforeach
@endforeach

New Arrivals

@foreach ($sectionsNew[0]->products->take(10) as $product)
{{ $product->name }}
@for ($i = 0; $i < $product->rating; $i++) @endfor @for ($i = $product->rating; $i < 5; $i++) @endfor
@if ($product->discount_price > 0 && $product->selling_price > $product->discount_price) ৳ {{ number_format($product->selling_price, 2) }} ৳ {{ number_format($product->selling_price - $product->discount_price, 2) }} @else ৳ {{ number_format($product->selling_price, 2) }} @endif
@endforeach

Where Magic Happens

{{ $singleBanner->name }}

Our Happy Customer

@foreach ($creviews as $creview)

" {{ \Illuminate\Support\Str::words($creview->review, 30, '...') }} "

...
{{ $creview->name }}

{{ $creview->designation }}

@endforeach

We are Brand

@foreach ($webrand as $item)
@endforeach

Customer Support

Need Assistance?

Secured Payment

Safe & Fast

Returns

Easy & Free
--}}
@foreach ($sliders as $item) @endforeach
@foreach ($categories as $category)
image_not_found

{{ $category->name }}

{{ $category->products_count . ' products' }} ITEMS
@endforeach
@foreach ($sections as $section) @php $sliderClass = 'slideshow' . ($section->serial === 1 ? 'a' : ($section->serial === 2 ? 'b' : ($section->serial === 3 ? 'c' : 'd'))) . '_slider'; $sliderbtnleft = 'ss3_left_arrow' . ($section->serial === 1 ? 'a' : ($section->serial === 2 ? 'b' : ($section->serial === 3 ? 'c' : 'd'))); $sliderbtnright = 'ss3_right_arrow' . ($section->serial === 1 ? 'a' : ($section->serial === 2 ? 'b' : ($section->serial === 3 ? 'c' : 'd'))); @endphp

{{ $section->name }}

@endforeach
@endsection @push('js') @endpush