@extends('layouts.admin') @section('page-title', 'Products') @section('content')
| Product | SKU | Category | Cost | Default Price | Stock | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $p->name }} | {{ $p->sku }} | {{ $p->category->name }} | ₹{{ number_format($p->cost_price, 2) }} | ₹{{ number_format($p->default_selling_price, 2) }} | {{ $p->stock_quantity }} {{ $p->unit }} | Edit | |
| No products yet | |||||||