View Products
Manage Products
Add New Product| # | Main Image | Mid Category | Product Name | Price (₹) | Rating | Best Seller | Status | Created At | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if (!empty($product->main_image))
|
{{ $product->midCategory->name ?? 'N/A' }} | {{ $product->product_name }} | ₹{{ number_format($product->price ?? 0, 2) }} | @if ($product->rating) ⭐ {{ $product->rating }} @else N/A @endif | is_best_seller ? 'checked' : '' }}> | {{ $product->created_at->format('d M, Y') }} | Edit | |
|
No products found matching your filters. |
|||||||||
{{ $products->links('pagination::bootstrap-5') }}