@extends('layouts.app') @section('title', 'Product List') @section('content')

បញ្ចីរមុខទំនិញ

បន្ថែមទំនិញ
@if(session('success'))
{{ session('success') }}
@endif
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @forelse($products as $key => $product) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @empty @endforelse
# រូបភាពកូដទំនិញឈ្មោះតម្លៃដើមតម្លៃលក់ កាត់តាឡុកចំនួនការជូនដំណឹងស្តុកស្ថានភាព សកម្មភាព
{{ $key + 1 }} @if($product->image) {{ $product->name }} @else N/A @endif {{ $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
@csrf @method('DELETE')
No products found.
@endsection