Veranstaltungstitel:
{{ $stat->title }}
Beschreibung:
{{ $stat->description }}
Veranstaltungsart:
@if ($stat->module_type === "OVA")
@if ($stat->event_type !== "" && isset($event_types[$stat->event_type]))
{{ $event_types[$stat->event_type] }}
@endif
@else
Geschl. Veranst.
@endif
Veranstaltungsdauer:
{{ $stat->time." - ".$stat->end_time }}
Veranstaltungstyp:
@if ($stat->online_event === 1)
Online-Veranstaltung
@else
Veranstaltung Vor Ort
@endif
Weiterempfehlung durch {{ $rating_count }} Teilnehmer:
@if (! (isset($share_steal) || isset($approval_view)))
@endif
Was war das Ziel der Veranstaltung?
@if ($edit)
@foreach($targets as $key => $val){{ $val }} @endforeach
@else
{{ $targets['networking'] }}
@endif
Ihre Bewertung der Veranstaltung:
@for ($i=1; $i<=5; $i++)
@endfor
@if ($edit)
@endif
Kosten der Veranstaltung:
Bitte geben Sie eine Kurze Beschreibung zu Ihrer Bewertung ab:
@if ($edit)
@else
{{ $stat->note }}
@endif
Angemeldete Teilnehmer (automatisch):
@if ($stat->module_type === "GVA")
{{ $stat->attending_count }}
@else
{{ $stat->attendees }}
@endif
Anzahl Begleitpersonen (automatisch):
Kontingent (Automatisch):
{{ $stat->max_attendees }}
Teilnahmegebühr:
{{ $stat->registration_fee }}
€
Angabe Kundenstatus (automatisch):
@if ($stat->module_type === "OVA")
{{ $stat->attendees - $stat->customers }}
@else
{{ ($stat->attending_count + $stat->not_attending_count) - $stat->customers }}
@endif
Nein / Ohne Angabe
@if ($stat->module_type === "GVA")
Anzahl Einladungen (automatisch):
Anzahl Zusagen (automatisch):
{{ $stat->attending_count }}
Davon Anzahl Selbstregistrierungen (automatisch):
{{ $stat->self_invited }}
Anzahl Absagen (Automatisch):
{{ $stat->not_attending_count }}
@endif
@if ($stat->ticket_price !== "0")
Kartenpreis (automatisch):
{{ $stat->ticket_price }}
€
Anzahl verkaufter Karten:
@endif
@php
$contact_fields = array(
"first_name" => "Vorname",
"last_name" => "Nachname",
"telephone" => "Telefonnummer",
"email" => "E-Mail-Adresse",
);
foreach (array_keys($contact_fields) as $field) {
${$field} = isset($contact) ? $contact->{$field} : null;
}
@endphp
@if ($edit || (!$edit && isset($contact)) || (isset($approval_view) && isset($contact)))
@endif
@if ($edit)
@php
$published = false;
if ($stat->published === 1) {
$published = true;
}
@endphp
Ergebnis teilen*
@elseif (isset($share_steal) && Gate::allows('user-mode'))
@endif