@extends('layouts.app', ['header' => 'event', 'header_image' => false, 'close_button' => false, 'specific_url' => route('member.userscore.delete', ['score_id' => jsencode_userdata($userScore->id)])]) @section('back_button') @endsection @section('content') @inject('events', 'App\Models\Event')
{{-- add scores modal --}} @include('member.event-join.add-score-modal') @include('member.event-join.upload-target-modal', ['event' => $event , 'division'=>$division ]) @include('member.event-join.upload-video-modal') {{-- VERIFY EVENT HAS ENDED OR NOT --}} @include('include.expire-event-modal') {{-- CROPPING MODAL --}} @include('host.event-new-flow.modal.image-cropper') @endsection @push('scripts') @include('validations.js_event_join') @include('challenge-event-js', ['userScore' => $userScore]) @endpush