@extends('layouts.admin') @section('content')
| Product Code | Product Name | Type | Stock | Price | Actions |
|---|---|---|---|---|---|
| {{ $product->product_code }} | {{ $product->product_name }} | {{ $product->product_type }} |
{{ $product->quantity_in_stock }} {{ $product->unit }}
@if($product->isLowStock())
@endif
|
Rs.{{ number_format($product->price_per_unit, 2) }} | |
| No products found. | |||||
{{ $product->product_code }}
No products found.