@extends('layouts.master') @section('content')
@lang('descriptions.gva.participants.create')
@if (\Session::has('max_limit')) {{ \Session::get('max_limit') }} @endif @if (isset($event) && isset($invitation)) @if (isset($plus_guest))
@else @endif @csrf
Daten eingeladene Person:
@endif
@endsection @section('back_button') @if (isset($event) && isset($invitation)) Zurück @else Zurück @endif @endsection