@extends('layouts.admin') @section('title', 'Product Management') @section('content')
Manage store products, prices, variants, inventory, and visibility.
| Image | Product Name & Tag | Category | Price (₹) | Stock | Badge | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $prod->name }}
{{ $prod->tag ?? 'No tagline' }}
|
{{ $prod->category->name ?? 'Unassigned' }} |
₹{{ number_format($prod->price, 2) }}
@if($prod->compare_at)
₹{{ number_format($prod->compare_at, 2) }}
@endif
|
{{ $prod->stock }} units | @if($prod->badge) {{ $prod->badge }} @else — @endif |