Edit Product

@csrf @method('PUT')

Upload the main product image (Leave blank if you don't want to change it).

Product Thumbnail

Upload up to 4 additional images (Leave blank if you don't want to change them).

@if ($product->sub_thumbnail_images)
@foreach (json_decode($product->sub_thumbnail_images) as $image) Sub Thumbnail @endforeach
@endif
@foreach ($categories as $category) @endforeach @error('category') {{ $message }} @enderror