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

Edit New Product

    @csrf @method('PUT')
    Basic Information
    Images
    @foreach($product->images as $image) @endforeach
    Descriptions
    Stock & Shipping Information
    Colors
    @foreach($product->colors as $color)
    @endforeach
    Specifications
    SEO Information
    Categories & Options
    Click to open the dropdown and select multiple categories.
    📦 New Arrival
    Featured
    🔥 Best Seller
    Related Products
    Brand
    Labels
    Taxes
    Coupons
    Minimum Order Quantity
    Minimum quantity to place an order. If the value is 0, there is no limit.
    @endsection @section('js') @endsection