@extends('backend.app') @push('css') @endpush @section('content')

Product Update

Update product details, pricing, media & variations in one clean view.
@csrf @method('PATCH') {{-- ===== Basic Info ===== --}}
Basic Information
Step 1

{{-- ===== Media ===== --}}
Media & Gallery
Step 2
Current Image
You can replace this image from below.
Current Gallery
@foreach ($item->images as $image)
×
@endforeach @if($item->images->count() == 0) No gallery images added yet. @endif

{{-- ===== Pricing & Stock ===== --}}
Pricing & Stock
Step 3

{{-- ===== Variations ===== --}}
Variations (Size / Color)
Step 4
@forelse($item->variations as $v) @empty @endforelse
Size Color Purchase Price Discount Stock Qty Action

{{-- ===== Content ===== --}}
Product Description
Step 5
@endsection @push('js') @endpush