@extends('layouts.app') @section('title', 'Product List') @section('content')
| # | រូបភាព | {{--កូដទំនិញ | --}}ឈ្មោះ | {{--តម្លៃដើម | --}}តម្លៃលក់ | កាត់តាឡុក | {{--ចំនួន | --}} {{--ការជូនដំណឹងស្តុក | --}}ស្ថានភាព | សកម្មភាព |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if($product->image)
|
{{-- {{ $product->code }} | --}}{{ $product->name }} | {{--${{ number_format($product->cost, 2) }} | --}}${{ number_format($product->price, 2) }} | {{ $product->category->name ?? 'No Category' }} | {{--{{ $product->product_quantity }} | --}} {{--{{ $product->stock_alert }} | --}}@if($product->is_active) សកម្ម @else អសកម្ម @endif | |
| No products found. | ||||||||||