Photo de couverture

@if (!empty($chooseFrom))
{{ __('adminhub::partials.image-manager.select_images_btn') }} {{ __('adminhub::partials.image-manager.select_images') }}
@forelse($chooseFrom as $productImage) @empty
{{ __('adminhub::notifications.product.no-images-associated') }}
@endforelse
{{ __('adminhub::global.cancel') }} {{ __('adminhub::partials.image-manager.select_images_btn') }}
@endif
@if ($errors->has($wireModel . '*')) {{ __('adminhub::partials.image-manager.generic_upload_error') }} @endif
@foreach ($this->images as $key => $image)
@if (count($images) > 1)
@endif
@if($images[$key]['preview'] ) @endif @if($images[$key]['edit'])
@endif
@if (!empty($image['id'])) @endif
@endforeach