@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

Price

Discount Price

Size Text

Cover Text

{{-- new fields starts here --}}

Print/Pattern Type

Brand

Thread Count

{{-- new fields ends here --}} {{--

Images

--}}

Images

Description

Other Details


Is new

Is in sale

Is in Week Sale

Is featured

Is Trending

Super Admin Details


Category *

Sub Category *

Product Variants

{{--

Color *

--}}

Color

Discount

{{--

Fabric

--}}

Fabric

{{--

Sizes

--}}

Sizes

Prices

Product Tags

Group Product Offer

Products in Offer

Group Product Quantity

Products in Upsell

Products in Cross Sell

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