@php Theme::layout('full-width'); Theme::set('pageTitle', $gallery->name); @endphp
{!! BaseHelper::clean($gallery->description) !!}
@foreach (gallery_meta_data($gallery) as $image) @continue(! $image)
{{ RvMedia::image($imageUrl, $description, attributes: ['class' => 'rounded-3 w-100']) }}
@endforeach
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $gallery) !!}