@extends('layouts.master') @section('content')
@lang('descriptions.share-steal.show')
@if (isset($approval_view))
@elseif ($edit) @endif @csrf @include ('partials.stats') @if (isset($approval_view))
Ändern
@else
@if ($edit) @elseif (isset($share_steal)) Schließen @if (Gate::allows('user-mode')) @php if ($stat->module_type === 'OVA') { $route = 'events'; } elseif ($stat->module_type === 'GVA') { $route = 'exclusive-events'; } $create_event_url = route("$route.create.step-1", ['stat_id' => $stat->id]); @endphp @if ($stat->module_type === 'OVA' || ($stat->module_type === 'GVA' && !Gate::allows('is-user'))) @endif @endif @else @if (Gate::allows('user-mode')) Schließen @else Schließen @endif @endif
@endif @if ($edit)
@endif
@endsection @section('back_button') @if (isset($share_steal)) Zurück @else Zurück @endif @endsection