@extends('layouts.vendor') @section('page-title', 'Wholesale Products') @push('styles') @endpush @section('content')
| Product | Min Order | Base Price | Stock | Status | Created | Actions |
|---|---|---|---|---|---|---|
|
@if($product->thumbnail)
{{ $product->name }} {{ $product->sku ?? $product->barcode ?? 'N/A' }} |
{{ $product->min_order_quantity }} units | ${{ number_format($product->price, 2) }} | {{ $product->current_stock }} | {{ ucfirst($product->status) }} | {{ $product->created_at->format('M d, Y') }} |
|
Start selling products in bulk with wholesale pricing tiers.