Image Preview
@if ($challenge->challengeSponsorBy)
@endif @if ($challenge?->challengePrize()?->first())
@endif
@foreach ($challenge->challenge_round as $key => $round)
Round {{ $round_no ?? $key + 1 }}
@if ($round->yards)
@endif @if ($round->shots)
@endif @if ($round->shots2)
@endif
@endforeach
{{-- SPONSORS FIELD --}} {{--
@php $selectedDivisionType = $challenge?->challenge_compatibles?->first()?->division_type ?? null; @endphp
--}}