@extends('admin.layout.layout') @section('page-level-css') @endsection @section('content') {{-- csrf token --}} {{-- csrf token --}}
@include('admin.partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('success'))
{{Session::get('success')}}
@endif
Create User Information
{{-- current company image --}} {{--

Current Company logo

--}} {{-- current company image --}}
@csrf

Product Information


Tilte

{{--

SKU

--}}

Quantity

Zone 1 Price

Zone 1 Discount Price

Zone 2 Price

Zone 2 Discount Price

{{--

Size Text

--}}

Motion Transfer

Top Layer

Foam Layer

Layer 3

Firmness

Core

Basic Care

Warranty

Video Link

Video Slider Link

Animation Link

{{--

Images

--}}

Images

Description

Why Choose Description

Suggested Choice

Other Details


Is Variant

Is new

Is in sale

Is in Week Sale

Is featured

Is Trending

Is Bestseller

Super Admin Details


Category *

{{--

Sub Category *

--}}

Product Variants

{{--

Color *

--}}

Color

Discount

Fabric

{{--

Fabric

--}} {{--

Sizes

--}}

Sizes

Dimensions not to be shown

Thickness

{{--

Prices

--}}

Product Tags

{{--

Collection

--}}
{{--

Sizes


--}} {{-- sizes new --}} {{-- --}} {{-- sizes new --}} {{--
--}} {{--

Size

SKU

Price

Discount Price

Stock

--}} {{-- Remove --}} {{--
--}}

SEO


Meta Title

Meta Description

Key Words

Status


@include('admin.partials.footer')
@endsection @section('page-level-js') @endsection