@push('head') @endpush

Products

List of all Products
{{-- Filter & Search --}}
@if(count($selected) > 0) @endif
{{-- Table --}}
@forelse($products as $product) @empty @endforelse
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.

{{-- Pagination --}} {{ $products->links('components.utilities.paginate') }}
@include('components.modal.ModalDeleteComfrimed', ['title' => 'Data Produk', 'count' => count($selected)])
@push('script') @endpush