@if (Gate::allows('admin-mode'))
@lang('descriptions.share-steal.list.admin')
@else
@lang('descriptions.share-steal.list')
@endif
Typ |
@if (Gate::allows('admin-mode'))
calendar_today
|
Filiale |
@endif
group
|
Veranstaltungsart |
place
|
Titel |
thumbs_up_down
|
star
|
euro
|
|
@foreach ($stats as $stat)
@if ($stat->module_type === 'GVA')
Geschlossene
@else
Offene
@endif
|
@if (Gate::allows('admin-mode'))
{{ $stat->date }} |
{{ $stat->workgroup_id }} |
@endif
{{ $stat->max_attendees === 1?'-':$stat->max_attendees }} |
@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
|
@if ($stat->online_event === 1)
Online
@else
Vor Ort
@endif
|
{{ $stat->title }} |
@if ($stat->user_rating !== '')
{{ $stat->user_rating }} / 10
@endif
|
{{ $stat->rating }} / 5 |
{{ $stat->cost }} |
Details
|
@endforeach
ᴓ Angemeldete Teilnehmer:
ᴓ Bewertung Teilnehmer:
ᴓ Bewertung Filiale:
ᴓ Kosten:
€
@if (Gate::allows('admin-mode'))