has('title')) class="has-error" @endif>
{!! Form::text('title', null, ['class' => 'alert-title form-control', 'placeholder' => 'Hier die Überschrift eingeben ...']) !!}
has('content')) class="has-error" @endif>
{!! Form::textarea('content', null, ['id' => 'content', 'class' => 'alert-content']) !!}