@extends('layouts.master') @section('content')
@if (Gate::allows('admin-mode')) @lang('descriptions.share-steal.list.admin') @else @lang('descriptions.share-steal.list') @endif
{!! Form::open(['route' => 'share-steal', 'method' => 'GET']) !!}
@if (Gate::allows('admin-mode')) Zeitraum: @endif @if (Gate::allows('user-mode')) Kontingent: @endif Kosten:
{!! Form::close() !!}
@if (Gate::allows('admin-mode')) @endif @foreach ($stats as $stat) @if (Gate::allows('admin-mode')) @endif @endforeach
Typ calendar_today Filiale group Veranstaltungsart place Titel thumbs_up_down star euro
@if ($stat->module_type === "GVA") Geschlossene @else Offene @endif {{ $stat->date }} {{ $stat->workgroup_id }}{{ $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
ᴓ Kontingent Teilnehmer:
ᴓ Bewertung Teilnehmer:
ᴓ Bewertung Filiale:
ᴓ Kosten:
@if (Gate::allows('admin-mode')) Excel Export @endif @endsection @section('back_button') Zurück @endsection