@error('thumbnail')
{{ $message }}
@enderror
@if ($product->thumbnail_url)
@endif
Foto baru akan ditambahkan ke galeri.
@error('gallery.*')
{{ $message }}
@enderror
@if ($product->images->isNotEmpty())
@foreach ($product->images as $image)
@endforeach
@endif