@extends('layouts.master') @section('content')
Offene Bewertungen:
Ihre Veranstaltungen erscheinen erst im Reporting, nachdem sie durch jemanden aus Ihrem Team bewertet wurden.
Die Bewertung dauert max. 5-10 Minuten. Bitte füllen Sie nach.
@foreach ($stats as $stat) @endforeach
Typ calendar_today Titel
@if ($stat->module_type === 'GVA') Geschlossene @else Offene @endif @if ($stat->date !== $stat->end_date) {{ $stat->date . ' - ' . $stat->end_date }} @else {{ $stat->date }} @endif {{ $stat->title }} Bewerten
Meine Statistik:
@csrf Zeitraum:
@foreach ($active_stats as $active_stat) @endforeach
calendar_today Veranstaltungsart place Titel group thumbs_up_down star euro
@if ($active_stat->date !== $active_stat->end_date) {{ $active_stat->date . ' - ' . $active_stat->end_date }} @else {{ $active_stat->date }} @endif @if ($active_stat->module_type === 'OVA') @if ($active_stat->event_type !== '' && isset($event_types[$active_stat->event_type])) {{ $event_types[$active_stat->event_type] }} @endif @else Geschl. Veranst. @endif @if ($active_stat->online_event === 1) Online @else Vor Ort @endif {{ $active_stat->title }} {{ $active_stat->attended }} @if ($active_stat->user_rating !== '') {{ $active_stat->user_rating }} / 10 @endif {{ $active_stat->rating }} / 5 {{ $active_stat->cost }} Details Bearbeiten
ᴓ Teilnehmer
ᴓ Bewertung Teilnehmer
Excel Export @endsection @section('back_button') Zurück @endsection