@extends('layouts.vendor') @section('page-title', 'Products') @section('content')
You have total {{ $statusCounts['all'] }} products
| # | Title | Category | Detail | Stock | Published | Featured | Options | |
|---|---|---|---|---|---|---|---|---|
| {{ $products->firstItem() + $index }} | {{ $product->category->name }} |
Price: ${{ number_format($product->price, 2) }} Sales: {{ $product->sales_count ?? 0 }} |
{{ $product->stock_quantity }} | |||||
|
No products found Try adjusting your filters or add a new product |
||||||||