@if(!$user->isPasswort())
{!! Form::open(['url' => route('wizard_store_create', [11])]) !!}
@include('user.update_password_first_form')
{!! Form::close() !!}
@else
{!! Form::open(['url' => route('wizard_store_create', [11])]) !!}
Passwort wurde bereits erstellt.
{!! Form::close() !!}
@endif