Products

Manage all manufacturing products

@forelse($products as $product) @empty @endforelse
Name Code HSN GST Price Stock Action
{{ $product->name }} {{ $product->code }} {{ $product->hsn_code }} {{ $product->gst }}% ₹ {{ $product->price }} {{ $product->stock }}
View Edit Formula
@csrf @method('DELETE')
No Products Found
{{ $products->links() }}