{{ __('events.vs') }} {{ $event->opponent }} @if ($event->hasScore()) {{ $event->scoreDisplay() }} @endif
@endif{{ $file->original_name }}
{{ __('ui.dsgvo_restricted_hint') }}
@endif @php $cateringsWithContribution = $event->caterings->where('status', \App\Enums\CateringStatus::Yes); $cateringsWithdrawn = (auth()->user()->canAccessAdminPanel() && \App\Models\Setting::isFeatureVisibleFor('catering_history', auth()->user())) ? $event->caterings->where('status', \App\Enums\CateringStatus::No) : collect(); @endphp @if ($cateringsWithContribution->isNotEmpty() || $cateringsWithdrawn->isNotEmpty()){{ __('events.no_catering_yet') }}
@endif{{ __('ui.dsgvo_restricted_hint') }}
@endif @php $timekeepersYes = $event->timekeepers->where('status', \App\Enums\CateringStatus::Yes); $timekeepersWithdrawn = (auth()->user()->canAccessAdminPanel() && \App\Models\Setting::isFeatureVisibleFor('catering_history', auth()->user())) ? $event->timekeepers->where('status', \App\Enums\CateringStatus::No) : collect(); @endphp @if ($timekeepersYes->isNotEmpty() || $timekeepersWithdrawn->isNotEmpty()){{ __('events.no_timekeeper_yet') }}
@endif{{ $message }}
@enderror @error('carpool'){{ $message }}
@enderror @elseif (auth()->user()->isDsgvoRestricted()){{ __('ui.dsgvo_restricted_hint') }}
@endif {{-- Liste aller Fahrten --}} @if ($event->carpools->isNotEmpty()){{ $carpool->note }}
@endif {{-- Passagiere --}} @if ($carpool->passengers->isNotEmpty()){{ __('events.carpool_full') }}
@endif{{ __('events.no_carpool_yet') }}
@endif
{{ __('events.comments') }}
@if ($event->status !== \App\Enums\EventStatus::Cancelled && !auth()->user()->isDsgvoRestricted()) @elseif (auth()->user()->isDsgvoRestricted()){{ __('ui.dsgvo_restricted_hint') }}
@endif @if ($event->comments->isEmpty()){{ __('events.no_comments') }}
@else{{ $comment->body }} ({{ __('events.deleted_label') }})
@else{{ $comment->body }}
@endif