Products

@include('layouts.alert')

Products

You can manage all Products, such as editing, deleting and more.

All Products

{{--
--}}
@foreach ($products as $product) @endforeach
Name Category CoGS Price Photo Created At Action
{{ $product->name }} {{ $product->category->name }} {{ $product->hpp }} {{ $product->price }} @if ($product->image) @else No Image @endif {{ $product->created_at }}
{{ $products->withQueryString()->links() }}