@extends('layouts.admin') @section('title', 'Products') @section('content')
| Name | Category | Price | Status | Actions |
|---|---|---|---|---|
| {{ $product->name }} | {{ $product->category->name }} | Rs {{ number_format($product->base_price, 0) }} | {{ $product->is_active ? 'Active' : 'Inactive' }} | Edit |