@extends('layouts.master') @section('title', 'The Mini Port - Global B2B Marketplace') @section('content') @push('styles') @endpush
Categories
@foreach(($categories ?? collect())->take(10) as $category)
{{ $category->name }}
@endforeach View All Categories
@if(isset($banners['home_top_right_1']) && $banners['home_top_right_1']->count() > 0) @php $banner1 = $banners['home_top_right_1']->first(); @endphp @else @endif @if(isset($banners['home_top_right_2']) && $banners['home_top_right_2']->count() > 0) @php $banner2 = $banners['home_top_right_2']->first(); @endphp @else @endif

Tell us what you need!

We'll send your request to KYC submitted suppliers instantly.

@csrf

{{ \App\Models\Setting::getValue('home_stat_products_count', '10,000+') }}

{{ \App\Models\Setting::getValue('home_stat_products_label', 'Products') }}

{{ \App\Models\Setting::getValue('home_stat_suppliers_count', '500+') }}

{{ \App\Models\Setting::getValue('home_stat_suppliers_label', 'KYC Submitted Suppliers') }}

{{ \App\Models\Setting::getValue('home_stat_buyers_count', '2,000+') }}

{{ \App\Models\Setting::getValue('home_stat_buyers_label', 'Active Buyers') }}

{{ \App\Models\Setting::getValue('home_stat_support_count', '24/7') }}

{{ \App\Models\Setting::getValue('home_stat_support_label', 'Support') }}

@if(\App\Models\Setting::getValue('home_show_trending', '1') == '1')
Curated for You

Exclusive Selection

View All Products
@foreach($featuredProducts as $product)
{{ $product->name }} @if($product->seller->isPaid()) @endif
Platform MOQ Range: {{ \App\Models\Setting::getValue('min_moq', 10) }} - {{ \App\Models\Setting::getValue('max_moq', 150) }}
Product MOQ: {{ $product->moq ?? 1 }} {{ $product->unit->name ?? 'Pieces' }}

{{ $product->currency == 'USD' ? '$' : '₹' }}{{ number_format($product->price, $product->currency == 'USD' ? 2 : 0) }}

@endforeach
@endif @if(isset($banners['home_middle']) && $banners['home_middle']->count() > 0)
@if($banners['home_middle']->count() > 1) @else
@foreach($banners['home_middle'] as $banner) Ad @endforeach
@endif
@else
@endif

Explore Top Suppliers

Connect with verified sellers in your region

@php // Use dynamic top cities $cities = $topCities ?? ['Delhi', 'Mumbai', 'Bangalore', 'Chennai', 'Kolkata', 'Pune', 'Ahmedabad', 'Hyderabad']; @endphp @foreach($cities as $city) @endforeach
Explore

Browse Top Categories

View All Categories
Opportunities

New Business Opportunities

@foreach($recentRfqs as $rfq)
{{ strtoupper(substr($rfq->title, 0, 1)) }}
{{ $rfq->title }}
New

{{ Str::limit($rfq->details, 120) }}

{{ $rfq->created_at->diffForHumans() }}
@endforeach
@if(isset($recentlyViewed) && $recentlyViewed->count() > 0)

Your Browsing History

@foreach($recentlyViewed as $product)
{{ $product->name }}
{{ $product->name }} @if($product->seller->isPaid()) @endif

₹{{ $product->price }}

MOQ: {{ $product->moq }}
@endforeach
@endif
Newsletter

Get Exclusive Updates

Subscribe to get exclusive B2B insights, new product alerts, and industry trends delivered directly to your inbox.

@csrf

Ready to Grow Your Business?

Join thousands of suppliers and buyers connecting daily on The Mini Port. Start your journey today.

@push('scripts') @endpush
@endsection