{!! Form::label('notification', trans('lang.notification'), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::textarea('notification', null, [
'class' => 'form-control',
'placeholder' => trans('lang.notification_placeholder'),
'maxlength' => '80',
'rows' => '4',
'required' => 'required',
]) !!}
{{ trans('lang.notification_help') }}