@foreach ($sections as $section) @if ($section->key == 'photos')

{{ $section->name }}

{{ $section->title }}

@endif @endforeach
@foreach ($gallery_images as $galleryImage)
{{ $galleryImage->title ?? '' }}
{{ $galleryImage->title ?? '' }}
@endforeach