@extends('layouts.app',['header'=>'event','header_image'=>false ]) @php // $event = auth()->user()->joinedEvents->whereNotNull('event_id')->first()->event; // $event = auth()->user()->joinedEvents->where('event_id' , jsdecode_userdata(request()->event_id))->first()->event; @endphp {{-- route('member.events.event_details' , ['event_id' => jsencode_userdata($event->id) , 'token' => request()->token, 'join' => jsencode_userdata('join_event')]) --}} @section('back_button') @endsection @section('content')
Hosted by:
{{ $event->hosted_by ?? 'The czar' }}
Live

Host Code :

{{ $event->event_code }}

Date:

{{getEventDateFormat($event->start_date) }} thru {{ getEventDateFormat($event->end_date) }}
@if($event->eventTarget->first()) @else @endif
Download
Loading...
Printable Png here {{-- Go to the RAF web-store --}}

This event consists of the following:

@foreach($event->event_rounds as $key=>$round)

Photo Required

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

Video Required

{{ $event->video_required ? 'Y' : 'N' }}

Yards

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

Re-load Required (y/n)

{{ $round->reload_required ? 'Y' : 'N'}}
@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
@endforeach

Official Rules

{{-- show rules modal --}} @include('host.event-new-flow.modal.comon-modal') @endsection @push('scripts') @endpush