@extends('layouts.app', ['header' => true, 'header_image' => false, 'close_button' => false]) @section('back_button') @php if(!isset(request()->for)){ $for = false; } else{ $for = request()->for; } @endphp @if($for && $for == 'old-challenge' ) @else @endif @endsection @section('content') {{--
{{$userScore->divisions->code}}-{{$userScore->divisions->name}}
--}} @include('include.leaderboard.event-header', ['collection' => $collection, 'score' => $userScore])
@forelse($comments as $comment)
@empty

No comments found

@endforelse
@auth
@csrf
@endauth
{{-- reporting comment modal --}} @endsection @push('scripts') @endpush