@php if ($product->hasImage()) { $product->i18n()->gallery->prepend($product->getImage()); } @endphp {{--
@if($image = $product->i18n()->gallery->first())
{{ $product->name }}
@endif
--}}