@extends('layouts.app', ['header_image' => false, 'header' => true, 'close_button' => false]) @section('content') @php $relation = checkEventInstance($collection) ? 'event_rounds' : 'challenge_round'; $routeVar1 = checkEventInstance($collection) ? 'member' : 'guest'; $routeVar2 = checkEventInstance($collection) ? 'event' : 'challenge'; @endphp @include('include.leaderboard.event-header', ['collection' => $collection, 'score' => $userScore])
@endsection @push('scripts') @endpush