@extends('admin.layouts.app') @section('title', 'Create Product') @section('page-title', 'Create Product') @section('content')
@csrf
@error('name')

{{ $message }}

@enderror
@error('category_id')

{{ $message }}

@enderror
@error('price')

{{ $message }}

@enderror

Leave empty if not on sale. Must be less than regular price.

@error('sale_price')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

💡 Tip: You can select multiple images at once. The first image will automatically be set as the primary (main) image.

@error('images.*')

{{ $message }}

@enderror

What are Specifications?

Add additional product details that will be displayed on the product page. Examples: Size, Ingredients, Allergens, Storage instructions, etc.

Cancel
@endsection @push('scripts') @endpush