Showing 1,248 premium products
@php
$products = [
['name' => 'Premium Blue Mountain Coffee', 'company' => 'Jamaica Coffee Co.', 'category' => 'Agriculture & Food', 'price' => '$24.99', 'moq' => '100 kg', 'featured' => true, 'verified' => true],
['name' => 'Organic Coconut Oil', 'company' => 'Caribbean Naturals', 'category' => 'Beauty & Care', 'price' => '$18.50', 'moq' => '50 units', 'new' => true, 'verified' => true],
['name' => 'Industrial Steel Components', 'company' => 'Trinidad Manufacturing', 'category' => 'Manufacturing', 'price' => '$450.00', 'moq' => '10 pieces', 'verified' => true],
['name' => 'Resort Furniture Collection', 'company' => 'Island Designs', 'category' => 'Tourism & Hospitality', 'price' => '$2,850.00', 'moq' => '5 sets', 'featured' => true],
['name' => 'Solar Panel Systems', 'company' => 'Costa Rica Energy', 'category' => 'Electronics', 'price' => '$1,200.00', 'moq' => '1 unit', 'new' => true, 'verified' => true],
['name' => 'Premium Rum Collection', 'company' => 'Barbados Distillery', 'category' => 'Agriculture & Food', 'price' => '$89.99', 'moq' => '12 bottles', 'featured' => true, 'verified' => true],
['name' => 'Textile Manufacturing Equipment', 'company' => 'Panama Textiles', 'category' => 'Manufacturing', 'price' => '$8,500.00', 'moq' => '1 unit', 'verified' => true],
['name' => 'Organic Spice Collection', 'company' => 'Grenada Spice Co.', 'category' => 'Agriculture & Food', 'price' => '$35.00', 'moq' => '24 units', 'new' => true],
];
@endphp
@foreach($products as $product)
@endforeach
@if(isset($product['featured']))
⭐ Featured
@endif
@if(isset($product['verified']))
✓ Verified
@endif
@if(isset($product['new']))
New
@endif
📦
{{ $product['category'] }}
{{ $product['name'] }}
{{ $product['company'] }}
@if(isset($product['verified']))
@endif
High-quality premium product sourced directly from certified suppliers. International standards compliance with competitive bulk pricing.
Export Ready
ISO Certified
MOQ: {{ $product['moq'] }}