@include('helpers.form_control', ['type' => 'text',
'name' => 'form_title',
'label' => trans('messages.form_title'),
'value' => trans('messages.Subscribe_to_our_mailing_list'),
'help_class' => 'list'
])
@include('helpers.form_control', ['type' => 'textarea',
'name' => 'custom_css',
'class' => 'height-100 text-small',
'label' => trans('messages.custom_css'),
'value' => ".subscribe-embedded-form {\n color: #333\n}\n.subscribe-embedded-form label {\n color: #555\n}",
'help_class' => 'list'
])