Products
@include('layouts.alert')
Products
You can manage all Products, such as editing, deleting and more.
All Products
{{--
--}}
| Name | Category | CoGS | Price | Photo | Created At | Action |
|---|---|---|---|---|---|---|
| {{ $product->name }} | {{ $product->category->name }} | {{ $product->hpp }} | {{ $product->price }} |
@if ($product->image)
|
{{ $product->created_at }} |
{{ $products->withQueryString()->links() }}