{{ __('galleria_title') }} {{ __('galleria_meta_desc') }} {{-- Hero --}}

{{ __('galleria_title') }}

{{ __('galleria_hero_text') }}

{{-- Photo Grid --}}
@if(count($photos) > 0)
@foreach($photos as $index => $photo)
{{-- Photo --}} {{ Str::limit($photo['caption'], 100) }} {{-- Hover Overlay --}}
{{-- Zoom Icon --}}
{{-- Instagram Link (bottom-right) --}} @if(!empty($photo['permalink'])) @endif
@endforeach
@else {{-- Empty State --}}

{{ __('galleria_vuota') }}

@php $instagramUrl = \App\Models\Setting::get('social_instagram', config('umami.social.instagram', '')); @endphp @if($instagramUrl) {{ __('seguici_instagram') }} @endif
@endif
{{-- CTA Section --}} @if(count($photos) > 0) @php $instagramUrl = \App\Models\Setting::get('social_instagram', config('umami.social.instagram', '')); @endphp @if($instagramUrl)

{{ __('seguici_instagram') }}

{{ __('galleria_hero_text') }}

@umamibeer
@endif @endif