@extends('admin.layouts.app') @section('title', 'Products') @section('content')
{{ $products->total() }} total products managed.
| Product | Category | Price (SP) | Variations | Status | Actions |
|---|---|---|---|---|---|
|
@if($product->images->isNotEmpty())
{{ $product->name }} ID: #{{ $product->id }} |
{{ $product->category->name }} @if($product->subcategory){{ $product->subcategory->name }} @endif |
₹{{ number_format($product->sp, 2) }} ₹{{ number_format($product->mrp, 2) }} |
|||
|
No products discovered CREATE YOUR FIRST PRODUCT |
|||||