@extends('layouts.admin') @section('page-title','Inventory') @section('topbar-actions') + Add Product @endsection @section('content') {{-- LOW STOCK ALERTS --}} @if($outStock->isNotEmpty())
| Product | Category | Cost | Sale Price | Margin | Stock | Level | Status | |
|---|---|---|---|---|---|---|---|---|
| {{ $product->emoji }} {{ $product->name }} | {{ $product->category }} | ${{ number_format($product->cost_price,2) }} | ${{ number_format($product->price,2) }} | {{ $product->margin_percent }}% | {{ number_format($product->stock) }} units |
threshold: {{ $product->low_stock_threshold }}
|
{{ $label }} | |
| No products found. | ||||||||