{{ $product->name }} @if($product->isPromoted()) {{ $product->promotion->package->badge_text }} @endif
{{ $product->category->name ?? 'General' }} @if($product->seller->is_verified) Verified Seller @endif

{{ $product->name }}

{{ $product->currency == 'USD' ? '$' : '₹' }}{{ number_format($product->price, 2) }}
Platform MOQ Range: {{ \App\Models\Setting::getValue('min_moq', 10) }} - {{ \App\Models\Setting::getValue('max_moq', 150) }}
Product MOQ: {{ $product->moq }} {{ $product->unit->name ?? 'Units' }}
Seller handles delivery

{{ Str::limit($product->description, 150) }}


@if($product->seller->logo) Seller @else
{{ substr($product->seller->company_name, 0, 1) }}
@endif
Sold by {{ $product->seller->company_name }}