@if($images = $heroBoxFragment->getMedia('featured')) @foreach($images as $image) @if($image->hasCustomProperty('locales.'.config('app.locale')) && $image->getCustomProperty('locales.'.config('app.locale')))
{{ $image->name }}
@endif @endforeach @endif

{{ $heroBoxFragment->name }}

{{ $heroBoxFragment->description }}