@extends('layouts.admin-simple') @section('title', 'Add New Product') @section('page-title', 'Add New Product') @section('breadcrumb') @endsection @section('content')

Product Information

@csrf
Choose the main product category
Choose the applicable standard
@error('application_id')
{{ $message }}
@enderror Choose the specific application
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('features')
{{ $message }}
@enderror
@error('thickness_min')
{{ $message }}
@enderror
@error('thickness_max')
{{ $message }}
@enderror
@error('thickness_unit')
{{ $message }}
@enderror
@error('image')
{{ $message }}
@enderror Upload the main product image (recommended: 800x600px)
@error('images.*')
{{ $message }}
@enderror Upload multiple product images (optional)
@error('sort_order')
{{ $message }}
@enderror
cancel Cancel

Product Guidelines

  • info Name: Use clear, descriptive product names
  • apps Application: Select the correct category, standard, and application
  • straighten Thickness: Specify the available thickness range
  • image Images: High-quality product photos improve presentation
  • star Featured: Featured products appear in home page carousel

Quick Tips

Product Hierarchy:

  1. Category (e.g., Float Glass)
  2. Standard (e.g., JIS, EN)
  3. Application (e.g., Architecture)
  4. Product (what you're creating)

After creating the product, you can add specific technical specifications.

@push('scripts') @endpush @endsection