{!! Form::label('Title', trans('Title')) !!}
{!! Form::label('Alert text', trans('Alert text')) !!}
{!! Form::label('Expiry', trans('Expiry')) !!}
{!! Form::label('Status', trans('Status')) !!}
Enabled
Disabled
{!! $errors->first('alerttext', '
:message
') !!}