@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') {{-- --}} @include('include.leaderboard.event-header', ['collection' => $collection, 'score' => $userScore])
@endsection @push('scripts') @endpush
{{ '@' . $comment->commentedByUser->username ?? '' }}
{{ $comment->comment }}
{{ '@' . $comment->commentedByUser->username ?? '' }}
{{ $comment->comment }}
No comments found