← {{ __('Back to Galleries') }}

{{ $gallery->getTranslation('title', app()->getLocale()) }}

@if ($gallery->getTranslation('description', app()->getLocale()))

{{ $gallery->getTranslation('description', app()->getLocale()) }}

@endif @if ($gallery->images && is_array($gallery->images) && count($gallery->images) > 0)
@foreach ($gallery->images as $image)
{{ $gallery->getTranslation('title', app()->getLocale()) }}
@endforeach
@else

{{ __('No images in this gallery.') }}

@endif