My Products

Add Product
@forelse($products as $product) @empty @endforelse
Product Category Price Stock Actions
{{ $product->name }}

{{ Str::limit($product->name, 40) }}

{{ $product->category->label() }} {{ format_price($product->price, $product->currency) }} @if($product->stock_quantity > 0) {{ $product->stock_quantity }} in stock @else Out of stock @endif
Edit
@csrf @method('DELETE')

No products listed yet.

Add your first product
@if($products->hasPages())
{{ $products->links() }}
@endif