@php /** @var \App\Domain\Catalog\Models\Product $product */ $imageCount = $product->images->count(); @endphp
{{ __('No images uploaded yet.') }}
@endif @if ($imageCount < \App\Domain\Catalog\Services\ProductImageService::MAX_IMAGES_PER_PRODUCT) @else{{ __('This product has reached the maximum of :max images.', ['max' => \App\Domain\Catalog\Services\ProductImageService::MAX_IMAGES_PER_PRODUCT]) }}
@endif