@extends('layouts.main') @section('title', 'Products') @section('content')
| Name | SKU | Cost Price | Selling Price | Stock | Actions |
|---|---|---|---|---|---|
| {{ $product->name }} | {{ $product->sku }} | ${{ number_format($product->cost_price, 2) }} | ${{ number_format($product->selling_price, 2) }} | {{ $product->stock }} | Edit |
| No products found | |||||