@php $storeName = \App\Models\Setting::get('store_name', 'OnlineBdMart'); $whatsapp = \App\Models\Setting::get('whatsapp_number', '01775153740'); $phone = \App\Models\Setting::get('contact_phone', '01775153740'); $tangailFee = \App\Models\Setting::get('delivery_charge_tangail', '50'); $otherFee = \App\Models\Setting::get('delivery_charge_other', '150'); $announcement = \App\Models\Setting::get('announcement_bar', 'Free Delivery Tangail ৳' . $tangailFee . ' | Others ৳' . $otherFee . ' • Free Shipping above ৳2000'); $categories = \App\Models\Category::withCount('products')->get(); $allProducts = \App\Models\Product::where('is_active', true)->get()->map(function($p) { return [ 'id' => $p->id, 'name' => $p->name, 'slug' => $p->slug, 'price' => $p->effective_price, 'formatted_price' => '৳' . number_format($p->effective_price, 2), 'image' => asset($p->primary_image_url), 'category' => $p->category->name ?? 'Accessories', 'url' => route('product.show', $p->slug) ]; }); @endphp
cPanel Ready ZIP
Download ZIP
Hot
{{ $announcement }}
Download ZIP
|
Track Order
|
{{ $phone }}
|
@if(session('customer_id'))
{{ session('customer_name') }}
@else
Sign In
/
Sign Up
@endif
{{ strtoupper($storeName) }}
Online Shopping BD
All Categories
@foreach($categories as $cat)
slug ? 'selected' : '' }}>{{ $cat->name }}
@endforeach
Search
0
My Bag
৳0.00
0
Home
Shop
Wholesale
Categories
Deals
Blog
Contact
Hotline: {{ $whatsapp }}
{{ $storeName }}
🏠 Home
🛍️ Shop
📦 Wholesale / B2B
🏷️ Categories
🔥 Hot Deals
📰 Blog & Guides
📞 Contact Us
🚚 Track Order
@if(session('customer_id'))
My Account
@else
Sign In / Sign Up
@endif
Download Project ZIP
Your Cart (
0
)
Free Delivery on orders over ৳2000
0%
Subtotal:
৳0.00
View Cart
Checkout →
Your Wishlist (
0
)
Continue Shopping
@yield('content')
Home
Shop
Wholesale
Track
Bag
0