OH Nein ... alle Tester sind bereits vergriffen!

ERINNERUNGS-SERVICE:
Lass Deine Kontaktdaten da, damit wir Dich informieren können, wenn es Nachschub gibt ...

@if ($errors->has('billing_salutation')) @endif
{!! Form::text('firstname', '', ['class' => 'form-control ' . ($errors->has('firstname') ? 'error' : ''), 'id' => 'firstname', 'required' => true]) !!} @if ($errors->has('firstname')) @endif
{!! Form::text('lastname', '', ['class' => 'form-control ' . ($errors->has('lastname') ? 'error' : ''), 'id' => 'lastname', 'required' => true]) !!} @if ($errors->has('lastname')) @endif
{!! Form::text('zipcode', '', ['class' => 'form-control ' . ($errors->has('zipcode') ? 'error' : ''), 'id' => 'zipcode', 'required' => true]) !!} @if ($errors->has('zipcode')) @endif
{!! Form::text('city', '', ['class' => 'form-control ' . ($errors->has('city') ? 'error' : ''), 'id' => 'city', 'required' => true]) !!} @if ($errors->has('city')) @endif
{!! Form::email('email', '', ['class' => 'form-control ' . ($errors->has('email') ? 'error' : ''), 'id' => 'email', 'required' => true]) !!} @if ($errors->has('email')) @endif Aus Sicherheitsgründen erhälst du eine E-Mail als Bestätigung, die Du über einen Link bestätigen musst.
{!! Form::hidden("action", "submit-reminder-service") !!}