@extends('themes.electronics.layouts.master') @section('title', $setting->name ?? 'Master Ecommerce BD') @section('content') @if(!empty(trim($setting->homepage_content ?? ''))) @include('frontEnd.partials.grapes-content') @else {{-- Hero Banner --}} @if($banners->count() > 0) @else {{-- Default Hero --}}

đŸŒŋ āĻĒā§āϰāĻžāĻ•ā§ƒāϤāĻŋāĻ• āĻĒāĻŖā§āϝ⧇āϰ āϏ⧇āϰāĻž āĻ—āĻ¨ā§āϤāĻŦā§āϝ

ā§§ā§Ļā§Ļ% āĻ…āĻ°ā§āĻ—āĻžāύāĻŋāĻ• āĻ“ āφāϝāĻŧ⧁āĻ°ā§āĻŦ⧇āĻĻāĻŋāĻ• āĻĒāĻŖā§āϝ — āϏāĻžāϰāĻžāĻĻ⧇āĻļ⧇ āĻĄā§‡āϞāĻŋāĻ­āĻžāϰāĻŋ

āϕ⧇āύāĻžāĻ•āĻžāϟāĻž āĻļ⧁āϰ⧁ āĻ•āϰ⧁āύ
@endif {{-- Trust Bar --}} @include('themes.shared.trust-bar') {{-- Categories --}} @if($categories->count() > 0)

āĻĒāĻŖā§āϝ⧇āϰ āĻ•ā§āϝāĻžāϟāĻžāĻ—āϰāĻŋ

āφāĻĒāύāĻžāϰ āĻĒāĻ›āĻ¨ā§āĻĻ⧇āϰ āĻ•ā§āϝāĻžāϟāĻžāĻ—āϰāĻŋ āĻŦ⧇āϛ⧇ āύāĻŋāύ

@foreach($categories->take(6) as $cat) @endforeach
@endif {{-- Featured Products --}} @if($featuredProducts->count() > 0) @endif {{-- New Arrivals --}} @if($newArrivals->count() > 0)

🆕 āύāϤ⧁āύ āĻĒāĻŖā§āϝ

āϏāĻĻā§āϝ āφāϏāĻž āĻĒāĻŖā§āϝāϗ⧁āϞ⧋ āĻĻ⧇āϖ⧁āύ

@foreach($newArrivals as $product) @include('themes.electronics.layouts.product-card', compact('product')) @endforeach
@endif @endif @endsection