@push('head') @endpush
|
Name
@if($sortField === 'name')
@endif
|
Price
@if($sortField === 'price')
@endif
|
category
@if($sortField === 'category_id')
@endif
|
status
@if($sortField === 'is_active')
@endif
|
Create_Date
@if($sortField === 'created_at')
@endif
|
Actions | |||
|---|---|---|---|---|---|---|---|---|
| {{ $product->name }} | Rp. {{ number_format($product->price, 2) }} | {{ $product->category->name }} | @if($product->is_active==true) Active @else Deactive @endif | {{ $product->created_at }} | ||||
|
No products found. |
||||||||