@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
Edit User Information
{{-- current company image --}} {{--

Current Company logo

--}} {{-- current company image --}}
$product->id ])}}" enctype="multipart/form-data" id="createUserForm"> @csrf @method('PUT')

Product Information


Tilte

Slug

{{--

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

Current Images

{{--

Images

--}} @php $images = (json_decode($product->images)); @endphp

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 *

--}}

Color

Discount

Fabric

{{--

Collection

--}}

Sizes

Dimensions not to be shown

Thickness

{{--

Prices

--}}

Product Tags

{{--

Sizes


--}} {{-- sizes new --}} {{-- --}} {{-- @php --}} {{-- $sizesDatas = json_decode($product->sizes_data); --}} {{-- // print_r($sizesDatas); --}} {{-- // @endphp --}} {{--
--}} {{-- @if($sizesDatas && count($sizesDatas) != 0) @foreach ($sizesDatas as $sizesData) --}} {{-- sizes new --}} {{--
Size Data

Size

SKU

Price

Discount Price

Stock

Remove
--}} {{-- @endforeach @endif --}} {{--
--}}

Meta Title

Meta Description

Key Words

Status


@include('admin.partials.footer')
@endsection @section('page-level-js') {{-- for gallery --}} {{-- for gallery --}} @endsection