@include('shop::Product.utilities.navbar')

{{ __('Update Gallery') }}

@csrf @method('PUT')

{{ __('Gallery') }}

@forelse ($gallery as $item) @empty @endforelse
{{ __('SN') }} {{ __('Preview') }} {{ __('Image') }} {{ __('Actions') }}
{{ $loop->index + 1 }} @if ($item->preview) @endif