@extends('layouts.master', ['private_banking' => $exclusive_event->private_banking]) @section('title') {{ $exclusive_event->title }} - Selbstregistrierung @endsection @section('content')
{{ $exclusive_event->title }}
{{ $exclusive_event->day }}, {{ $exclusive_event->date }},
{{ $exclusive_event->time." - ".$exclusive_event->end_time }} Uhr
@if ($exclusive_event->online_event === 1) Online-Veranstaltung @else {{ $address->name }} @endif
@if ($event_error !== "" || \Session::has('max_limit'))
@if (\Session::has('max_limit')) {{ \Session::get('max_limit') }} @else {{ $event_error }} @endif
@endif

Herzlich willkommen,

{!! nl2br(e($greeting->body)) !!}

@if ($exclusive_event->signature_source === 'custom') {!! Helper::getCustomSignatureWebsite($exclusive_event, null) !!} @else

Ihre Haspa

@endif @if ($exclusive_event->online_event === 0) @endif
@if ($event_info_box)
Hier finden Sie alles Weitere
@if (count($pdf_files) > 0)
Zum Downloaden:
@foreach ($pdf_files as $pdf_file) {{ $pdf_file->title }}
@endforeach
@endif @if ($exclusive_event->online_event === 0)
Veranstaltungsort:
{{ $address->name }}
{{ $address->street }}
{{ $address->zipcode." ".$address->city }}
@endif @if ($partner)
Unser Partner:
{{ $partner->name }}
Partner Website
@if ($partner->logo !== "") @endif
@endif
@endif
@if ($event_error === "")
@if ($errors->any()) @endif
{{-- {!! Form::open(['route' => ['save-invitation', \Hashids::encode($exclusive_event->id)], 'class' => 'invitation-form', 'enctype' => 'multipart/form-data', 'accept-charset' => 'UTF-8']) !!} --}} @csrf
Ich möchte teilnehmen
{{-- {!! Form::select('gender', ['Herr' => 'Herr', 'Frau' => 'Frau'], null, ['class' => 'form-control']) !!} --}}
{{-- {!! Form::text('title', null, ['class' => 'form-control', 'placeholder' => 'Titel (optional)']) !!} --}}
{{-- {!! Form::text('first_name', null, ['class' => 'form-control', 'placeholder' => 'Vorname*']) !!} --}}
{{-- {!! Form::text('last_name', null, ['class' => 'form-control', 'placeholder' => 'Nachname*']) !!} --}}
{{-- {!! Form::text('street', null, ['class' => 'form-control', 'placeholder' => 'Straße (optional)']) !!} --}}
{{-- {!! Form::text('zipcode', null, ['class' => 'form-control', 'placeholder' => 'PLZ (optional)']) !!} --}}
{{-- {!! Form::text('city', null, ['class' => 'form-control', 'placeholder' => 'Ort (optional)']) !!} --}}
{{-- {!! Form::text('email', null, ['class' => 'form-control', 'placeholder' => 'E-Mailadresse*']) !!} --}}
{{-- {!! Form::text('company', null, ['class' => 'form-control', 'placeholder' => 'Unternehmensbezeichnung (optional)']) !!} --}}
{{-- {!! Form::text('designation', null, ['class' => 'form-control', 'placeholder' => 'Funktion (optional)']) !!} --}}
{{-- {!! Form::label('customer', 'Sind Sie Haspa Kunde?') !!} --}} {{-- {!! Form::select('customer', ["" => 'Bitte wählen', 0 => 'Nein', 1 => 'Ja'], null, ['class' => 'form-control']) !!} --}}
@if ($exclusive_event->plus_guests_allowed())
weitere Begleitperson hinzufügen
@for ($i=1; $i<=$exclusive_event->max_plus_guest; $i++)
Fatal error: Uncaught Error: Call to undefined function old() in C:\Apache24_x64\htdocs\ex-vak-new\resources\views\invitations\create.blade.php:250 Stack trace: #0 {main} thrown in C:\Apache24_x64\htdocs\ex-vak-new\resources\views\invitations\create.blade.php on line 250