@extends('layouts.master') @section('title', $category->name . ' - The Mini Port') @section('content') Home Categories {{ $category->name }} {{ $category->name }} {{ $category->products_count }} Products KYC Submitted Suppliers @if($category->children->count() > 0) Sub Categories: @foreach($category->children as $child) {{ $child->name }} @endforeach @endif Browse premium products in {{ $category->name }} About Category Browse the best {{ $category->name }} products. Connect directly with manufacturers and suppliers to get the best quotes. Post Requirement Filters @if(request()->hasAny(['min_price', 'max_price', 'min_moq', 'max_moq', 'location', 'verified'])) Clear @endif Price Range (₹) - MOQ Range - Min Order Quantity (10-150) Location Supplier Type KYC Submitted Only Apply Filters @if($products->count() > 0) Showing {{ $products->firstItem() }}-{{ $products->lastItem() }} of {{ $products->total() }} results {{-- View Toggle --}} Sort by: Featured Price: Low to High Price: High to Low Newest Arrivals {{-- TradeIndia Style List View (Default) --}} @foreach($products as $product) @include('public.products.partials.tradeindia-card', ['product' => $product]) @endforeach {{-- Grid View (Hidden by default) --}} @foreach($products as $product) Quick View @if($product->isPromoted()) {{ $product->promotion->package->badge_text }} @endif {{ $product->category->name }} {{ $product->name }} 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, 2) }} @if($product->seller->logo) @else {{ substr($product->seller->company_name, 0, 1) }} @endif {{ $product->seller->company_name }} @if($product->seller->is_verified || in_array($product->seller->kyc_status, ['submitted', 'verified'])) @else @endif @endforeach {{-- End gridView wrapper --}} {{ $products->links() }} {{-- View Toggle Script --}} @else No products found We couldn't find any products in this category yet. Browse All Products @endif @endsection
Browse premium products in {{ $category->name }}
Browse the best {{ $category->name }} products. Connect directly with manufacturers and suppliers to get the best quotes.
Showing {{ $products->firstItem() }}-{{ $products->lastItem() }} of {{ $products->total() }} results
We couldn't find any products in this category yet.