@extends('layouts.app' , ['header_image' => false , 'header' => true , 'close_button' => false]) @section('back_button') @endsection @section('content') {{-- show challenge header --}} @include('include.leaderboard.event-header' , ['collection' => $challenge , 'score' => $userScore]) @if($userScore->target_path) @else @endif {{-- challenge details --}} @include('include.leaderboard.event-challenge-details' ,['collection' => $challenge ]) @endsection @push('scripts') @endpush