@extends('layouts.front-end.app') @section('title', '' . $web_config['name']->value . ' - Online Shopping in Bangladesh') @push('css_or_js') @endpush @section('content') {{--
--}}
@php($main_banner = \App\Models\Banner::where('banner_type', 'Main Banner')->where('published', 1)->orderBy('id', 'desc')->get())
@foreach (\App\CPU\BrandManager::get_brands() as $brand)
brand-img
@endforeach
@foreach (\App\CPU\BrandManager::get_brands() as $brand)
brand-img
@endforeach

Get Radiant
Skin!

Experience the ultimate skincare transformation with our breakthrough formula.

Enhance Your Natural Beauty

Experience the ultimate skincare transformation with our breakthrough formula.

Discover Trending Makeup

Experience the ultimate skincare transformation with our breakthrough formula.

@if (count($flashDeals) > 0)
@foreach ($flashDeals as $flashDeal)

{{ $flashDeal->title }}

Ends in

View All
{{-- @dd($flashDeal->products) --}} @if (count($flashDeal->products) > 0) @foreach ($flashDeal->products as $falshProduct)
@if ($falshProduct->product->discount > 0)
@if ($falshProduct->product->discount_type == 'percent') {{ $falshProduct->product->discount }}% @else {{ $falshProduct->product->discount }}৳ @endif OFF
@endif
Product
@csrf

{{ Str::limit($falshProduct->product['name'], 23) }}

@if ($falshProduct->product->discount > 0)

{{ \App\CPU\Helpers::get_product_discount($falshProduct->product, $falshProduct->product->unit_price) }} {{ \App\CPU\Helpers::currency_converter($falshProduct->product->unit_price) }}

@else

{{ \App\CPU\Helpers::currency_converter($falshProduct->product->unit_price) }}

@endif
@php($overallRating = \App\CPU\ProductManager::get_overall_rating($falshProduct->product->reviews))
({{ $overallRating[0] }}/5)

Stock: {{ $falshProduct->product->current_stock }}

@endforeach @endif
@endforeach
@endif

FEATURED PRODUCTS

@if ($featured_products->count() > 0)
@foreach ($featured_products as $product)