@extends('backend.template.layouts.template-base') @section('title', 'Product Management - Create New Product') @section('content')
@csrf
{{-- ── Product Info ──────────────────────────────────────── --}}

Product Info

{{--
--}}
Product Image
Click to Upload or drag and drop

PNG, JPG or JPEG. Max 2MB

{{-- ── Pricing Info ──────────────────────────────────────── --}}

Pricing Info

{{-- Rows added dynamically --}}
Default Variant Unit Label MRP * Discount Type Discount Value Selling Price Status Action
{{-- ── SEO Settings ──────────────────────────────────────── --}}

SEO Settings

Cancel
{{-- ── Confirm Create Modal ─────────────────────────────────────────── --}} @endsection @section('scripts') @endsection