Leave empty if not on sale. Must be less than regular price.
@error('sale_price')
{{ $message }}
@enderror
@if($product->images->count() > 0)
@foreach($product->images as $image)
@endforeach
@endif
What are Specifications?
Add additional product details that will be displayed on the product page. Examples: Size, Ingredients, Allergens, Storage instructions, etc.