@extends('layouts.website') @section('title', 'A Week in a Glance') @section('hero') @endsection @push('styles') @endpush @section('content') {{-- Page heading --}}

A Week in a Glance

@if($sections->isEmpty())

Content will be updated soon. Please check back later.

@else

Experience the vibrant atmosphere of the FISEC Games through our "Week in a Glance" section, where we share captivating photos and highlights from each day of the event. Relive the excitement, camaraderie, and unforgettable moments that make the FISEC Games a truly unique and memorable experience for all participants.

The FISEC Games are more than just a sports tournament. They provide enormous opportunities for young people around the world to meet. Social and cultural goals are even important as sportive achievements.

The games start with an opening ceremony in which all delegations, standing up behind their flags, are welcomed. The organising country presents itself with cultural performances, followed by the official opening of the games.

{{-- Sections --}} @foreach($sections as $section) @php $carouselId = 'weekCarousel_' . $section->id; @endphp
{{-- ── Photo slider ── --}} @if($section->images->isNotEmpty())
{{-- ── Section title + description ── --}}
{{-- {{ $loop->iteration }} --}} @if($section->title)

{{ $section->title }}

@endif
@if($section->description)
{!! $section->description !!}
@endif
@endif
@endforeach @endif @endsection @push('scripts') @endpush