@extends('layouts.app', ['header' => 'event', 'header_image' => false, 'close_button' => true]) @section('back_button') @if (request()->route('show') && request()->route('show') == '2') {{-- @section('back_button') @if (auth()->user()->user_details ? auth()->user()->user_details->gender : false) @else @endif @endsection --}} @endif @if (request()->route('show') && request()->route('show') == '1') @endif @endsection @section('content')
{{-- SHOWING ACITVE SPONSOR --}} @if ($challenge->challengeSponsorBy) {{-- --}} @endif
Live

CHALLENGE NUMBER :

{{ $challenge->challenge_code ?? '' }}

Date:

{{ $challenge ? '' . getEventDateFormat($challenge->start_date) : '' }} thru {{ $challenge ? getEventDateFormat($challenge->end_date) : '' }}
{{-- SHOW CHALLENGE TARGET --}}
@if ($challenge && $challenge->selectedTarget) @else @endif
{{-- Download
Loading...
--}}

Download

@if (request()->route('show'))

Current RAF Members Only

@endif
Printable Png here Go to the RAF web-store {{-- Go to the RAF web-store --}}

This challenge consists of the following:

@if ($challenge) @foreach ($challenge->challenge_round as $key => $round) @if ($round->yards)

Photo Required

{{ $challenge->image_required ? 'Y' : 'N' }}

Video Required

{{ $challenge->video_required ? 'Y' : 'N' }}
@if ($round->yards)

Yards

{{ $round->yards ?? 'N/A' }}

Re-load Required (y/n)

{{ $round->reload_required ? 'Y' : 'N' }}
@endif @if ($round->shots)

Shots

{{ $round->shots }}

Target zone

{{ strtoupper($round->target_zone) }}

Hand (s/w)

{{ $round->hand == 'S' ? 'S' : 'W' }}
@endif @if ($round->shots2)

Shots

{{ $round->shots2 }}

Target zone

{{ strtoupper($round->target_zone2) }}

Hand (s/w)

{{ $round->hand2 == 'S' ? 'S' : 'W' }}
@endif
@endif @endforeach @endif

Official Rules

@if ($challenge?->challengePrize()?->first())

Challenge Prize

@endif
{{-- show rules preview --}} {{-- @include('include.rules-preview', ['collection' => $challenge]) --}} @include('host.event-new-flow.modal.comon-modal') @endsection @push('scripts') @endpush