@extends('layouts.master') @section('content')
@lang('descriptions.events.list')
Vorlagen Erstellen
Alle Veranstaltungen im Stadtteil kopieren @foreach ($list->data as $entry)
Warning: Undefined variable $entry in C:\Apache24_x64\htdocs\__cms\resources\views\events\index.blade.php on line 19

Warning: Attempt to read property "approval_request" on null in C:\Apache24_x64\htdocs\__cms\resources\views\events\index.blade.php on line 19
{{ $entry->title }} Veranstaltungslink kopieren
Status: {{ $status_names[$approval_request->status - 1] }} | zuletzt geändert am {{ date('d.m.Y', strtotime($entry->updated_at)) }} | {!! Helper::getValidityText($entry) !!} @if ($entry->registration_required === 1)
Anmeldungen: {{ $entry->confirmed_attendees."/".$entry->max_attendees }} | Anmeldeschluss: {{ $entry->registration_deadline }} @endif
id]) }}" class="red-button">bearbeiten @if ($approval_request->status === 1)
vorschau
@endif
id]) }}" class="red-button delete-event">löschen
@if($approval_request->status === 1 && $entry->registration_required === 1) @if ( ((int) $entry->confirmed_attendees - (int) $entry->max_attendees) !== 0) @if ($entry->registration_closed === 1)
id]) }}" class="red-button reopen_registrations">ANMELDUNG AKTIVIEREN
@else
id]) }}" class="red-button close_registrations">AUSGEBUCHT
@endif @endif id]) }}" class="red-button">TEILNEHMERVERWALTUNG @endif @if($approval_request->status === 4) id]) }}" class="red-button">Genehmigungsstatus zurücksetzen @endif
@for($i=1;$i<=count($status_names);$i++)
Warning: Undefined variable $i in C:\Apache24_x64\htdocs\__cms\resources\views\events\index.blade.php on line 64
{{ $status_names[$i-1] }} @if($approval_request->status === $i && $i === 4) [ von {{ Helper::getUsername($approval_request->req_approval_to) }} ] @endif @if($active_in_future) [ Wird aktiviert am {{ date('d.m.Y', strtotime($entry->valid_start)) }} ] @endif
@endfor
@endforeach
@endsection @section('back_button') Zurück @endsection