@extends('admin.layouts.master') @section('title') Create New Product @endsection @section('css') @endsection @section('content')

Create New Product

    @csrf
    Basic Information
    Images
    Descriptions
    Stock & Shipping Information
    Colors
    Specifications
    SEO Information
    Categories & Options
    Click to open the dropdown and select multiple categories.
    Related Products
    Brand
    Labels
    Taxes
    Coupon
    Minimum Order Quantity
    Minimum quantity to place an order. If the value is 0, there is no limit.
    @endsection @section('js') @endsection