@extends('layouts.website') @section('title', 'Results') @section('hero') @endsection @section('content') {{-- Page heading --}}

Event Results

Download official result PDFs.

@forelse($results as $r) @php $country = $r->country ?? $r->state; @endphp @empty

No results published yet.

@endforelse
@endsection