{!! Form::label('title', trans("lang.notification_title"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('title', null, ['class' => 'form-control','placeholder'=> trans("lang.notification_title_placeholder")]) !!}
{{ trans("lang.notification_title_help") }}