Products Management

Manage your tire inventory and product catalog

Add Product
@if (session()->has('success'))

{{ session('success') }}

@endif
@if($search || $typeFilter || $brandFilter || $statusFilter)
@endif
@forelse($products as $product) @empty @endforelse
SKU Product Type Size Price Stock Status Actions
{{ $product->sku }}
{{ $product->name }}
{{ $product->brand }}
{{ $product->type_label }} {{ $product->size }} {{ $product->formatted_price }} {{ $product->total_stock }} @if($product->isLowStock()) (Low) @endif View Edit
No products found.
{{ $products->links() }}
@if($showDeleteModal) @endif