@extends('layouts.website') @section('title', 'Sports - Budapest 2026') @section('hero') @endsection @push('styles') @endpush @section('content') {{-- Page heading --}}

Sports

@forelse($sports as $sp) @php $cover = $sp->images->first(); @endphp @empty

Sports will appear here after you add them.

@endforelse
@endsection