@extends('layouts.app') @section('title', $gallery->title) @section('content')
{{-- ================= HEADER ================= --}}

{{ $gallery->title }}

@if ($gallery->event_date)
{{ $gallery->event_date->translatedFormat('d F Y') }}
@endif
{{-- ================= GRID FOTO ================= --}}
@foreach ($images as $image) @endforeach
{{-- ================= BACK BUTTON ================= --}}
@endsection