@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

SKU

Quantity

Price

Discount Price

Size Text

Cover Text

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

Print/Pattern Type

Brand

Thread Count

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

Current Images

{{--

Images

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

Images

Description

Other Details


Is new

Is in sale

Is in Week Sale

Is featured

Is Trending

Super Admin Details


Category *

Sub Category *

Color

Discount

Fabric

Collection

Sizes

Prices

Product Tags

Group Product Offer

Group Product Quantity

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