@extends('layouts.admin') @section('title', 'Edit Product') @section('page-title', 'Edit Product') @section('breadcrumbs') Products chevron_right Edit Product @endsection @section('content') @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf @method('PUT')

Product Image & Type

Preview
cloud_upload

Upload Image

JPG, PNG or WEBP format, not exceeding 5MB.

Basic Information

add Add
add Add

Pricing & Units

Inventory Settings

Current stock quantity available

You will be notified when stock falls below this quantity

Product Description

Gallery Images

collections

Browse Images

Supported formats: PNG, JPEG, WEBP (Multiple images allowed)

@if($product->gallery_images && count($product->gallery_images) > 0) @foreach($product->gallery_images as $galleryImage)
Gallery
@endforeach @endif
Cancel
@push('styles') @endpush @push('scripts') @endpush @endsection