@forelse ($competitions as $competition)

{{ strftime('%d', strtotime($competition->start_date) )}}

{{ translate_month(strftime('%B', strtotime($competition->start_date))) }}
{{ translate_day(strftime('%A', strtotime($competition->start_date))) }}
@if (date('Y', strtotime($competition->start_date)) > date('Y'))
{{ strftime('%Y', strtotime($competition->start_date)) }}
@endif

{{strftime('%d', strtotime($competition->start_date))}}

{{ translate_month(strftime('%B', strtotime($competition->start_date))) }}
{{ translate_day(strftime('%A', strtotime($competition->start_date))) }}
@if (date('Y', strtotime($competition->start_date)) > date('Y'))
{{ strftime('%Y', strtotime($competition->start_date)) }}
@endif
@if($competition->external_url !== NULL) @endif{{ $competition->name }}
@if($competition->external_url !== NULL) @endif{{ $competition->name }}
{{ strftime('%H:%M', strtotime($competition->start_date)) }}
{{ $competition->city }}
@if ($competition->external_url === NULL) {{ $competition->members_count }} @if($competition->limit > 0) / {{ $competition->limit }} @endif @endif @if($competition->categories_with_gtx_count > 0) GPX @endif
@if ($competition->external_url !== NULL)
REJESTRACJA ZEWNĘTRZNA
@elseif ($competition->registryIsAvailable())
REJESTRACJA OTWARTA
@else
REJESTRACJA ZAMKNIĘTA
@endif
@if ($competition->external_url !== NULL)
REJESTRACJA ZEWNĘTRZNA
@elseif ($competition->registryIsAvailable())
REJESTRACJA OTWARTA
@else
REJESTRACJA ZAMKNIĘTA
@endif
@if($competition->showLiveButton()) Wyniki LIVE @endif Więcej informacji {{-- Wyniki oficjalne --}} @if ($competition->scores->count() > 0) @foreach ($competition->scores as $score) @if($score->url != NULL) Wyniki @else Wyniki @endif @break @endforeach @endif {{-- !!! Wyniki oficjalne !!! --}} @auth @if (auth()->user()->isAdmin() || ($competition->managers->contains(auth()->user()))) Edytuj zawody @endif @endauth
@empty
Nie znaleziono zawodów
@endforelse {{--
@if($competitions->hasMorePages()) @endif --}}