@extends('Admin.layout.app') @section('content')
| Image | Name | Price | Stock | Status | Action | |
|---|---|---|---|---|---|---|
|
|
{{ $product->name }} SKU: {{ $product->sku }} |
Rs {{ number_format($product->unit_price, 2) }} | @if($product->current_stock > 0) In Stock @else Out of Stock @endif | Edit |