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 (NPS) durch {{ $rating_count }} Teilnehmer:
{{ $rating }} / 10
@if (! (isset($share_steal) || isset($approval_view)))
Bewertungen Details
@endif
Was war das Ziel der Veranstaltung?
@if ($edit) {!! Form::select('target', $targets, null, ['class' => 'form-control']) !!} @else {{ $targets['networking'] }} @endif
Ihre Bewertung der Veranstaltung:
@for ($i=1; $i<=5; $i++)
@endfor @if ($edit) {!! Form::hidden('rating', $stat->rating, ['class' => 'text-input']) !!} @endif
Kosten der Veranstaltung:
@if ($edit) {!! Form::text('cost', $stat->cost, ['class' => 'text-input']) !!} @else {{ $stat->cost }} @endif
Bitte geben Sie eine Kurze Beschreibung zu Ihrer Bewertung ab:
@if ($edit) {!! Form::textarea('note', $stat->note, ['class' => 'text-input', 'placeholder' => 'Fassen Sie hier kurz zusammen, was bei der Veranstaltung besonders gut gelaufen ist und was optimiert werden sollte. Was würden Sie ggf. anderen Filialen raten?', 'maxlength' => 650]) !!} @else {{ $stat->note }} @endif
Teilnehmer Statistik:
Tragen Sie hier alle Informationen rund um die Teilnehmer ein.
Angemeldete Teilnehmer (automatisch):
@if ($stat->module_type === "GVA") {{ $stat->attending_count }} @else {{ $stat->attendees }} @endif
Anzahl Begleitpersonen (automatisch):
{{ $stat->plus_guests }}
Kontingent (Automatisch):
{{ $stat->max_attendees }}
Erschienene Teilnehmer:
@if ($edit) {!! Form::text('attended', $stat->attended, ['class' => 'text-input']) !!} @else {{ $stat->attended }} @endif
Vom Partner mitgebrachte Teilnehmer: (Optional)
@if ($edit) {!! Form::text('extra_plus_guests', $stat->extra_plus_guests, ['class' => 'text-input']) !!} @else {{ $stat->extra_plus_guests }} @endif
Teilnahmegebühr:
{{ $stat->registration_fee }}
Angabe Kundenstatus (automatisch):
{{ $stat->customers }}
Ja
@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):
{{ $stat->invitations }}
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")
Kartenverkäufe:
Tragen Sie hier ein, wie viele Karten Sie verkauft haben.
Kartenpreis (automatisch):
{{ $stat->ticket_price }}
Anzahl verkaufter Karten:
@if ($edit) {!! Form::text('tickets_sold', $stat->tickets_sold, ['class' => 'text-input']) !!} @else {{ $stat->tickets_sold }} @endif
@endif @if ($edit || (!$edit && isset($contact)) || (isset($approval_view) && isset($contact)))
Ansprechpartner in Ihrer Filiale (Optional):
Wen können Ihre Kollegen bei Rückfragen Kontaktieren?
@foreach ($contact_fields as $field => $label) @if ($edit || ${$field})
@if ($edit) {!! Form::text($field, ${$field}, ['class' => 'text-input', 'placeholder' => $label]) !!} @else {{ ${$field} }} @endif
@endif @endforeach
@endif @if ($edit)
Veröffentlichung auf der "Share & Steal":
Teilen Sie Ihr Veranstaltungsergebnis und Ihre Learnings mit allen auf der Plattform „Share & Steal“, ganz gleich, ob es eine „Top-Veranstaltung“ war oder eine Veranstaltung, die einfach nicht funktioniert hat. Nur so können wir alle voneinander lernen und profitieren.

Warning: Undefined variable $stat in C:\Apache24_x64\htdocs\origin_cms\resources\views\partials\stats.blade.php on line 309

Warning: Attempt to read property "published" on null in C:\Apache24_x64\htdocs\origin_cms\resources\views\partials\stats.blade.php on line 309
{!! Form::checkbox('published', 1, $published, ['id' => 'published', 'class' => 'custom-control-input form-check-input', 'disabled' => !$edit]) !!}
* Hinweis: Die Details aus der Onlinebefragung werden nicht geteilt.
@elseif (isset($share_steal) && Gate::allows('user-mode'))
Vorschau der Veranstaltung auf haspa-veranstaltungen.de:
Hier können Sie sehen wie die Veranstaltung auf der Website ausgesehen hat.
@endif