View Products

Manage Products

Add New Product
Reset
@forelse ($products as $product) @empty @endforelse
# Main Image Mid Category Product Name Price (₹) Rating Best Seller Status Created At Action
{{ $loop->iteration }} @if (!empty($product->main_image)) Product Image @else No Image @endif {{ $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
@csrf @method('DELETE')

No products found matching your filters.

{{ $products->links('pagination::bootstrap-5') }}