@extends('layouts.seller') @section('title', 'Add Product') @section('content') @section('content')
Product Details
@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Allowed Range: {{ $minMoq }} - {{ $maxMoq }}

Specifications (Optional)

First image will be the thumbnail. Supported: jpeg, png, jpg
Pro Tips
  • Use clear, descriptive product names to improve search visibility.
  • Add detailed descriptions highlighting key features and benefits.
  • Upload high-quality images from different angles.
  • Set competitive prices based on market trends.
  • Include all relevant specifications to reduce buyer questions.
@push('scripts') @endpush @endsection