@for ($i = 1; $i <= 3; $i++)
@endfor
{{ __('You can add up to 3 contact info boxes, to show is required Name and Address') }}
@if (is_plugin_active('contact'))
{!! Botble\Contact\Forms\ShortcodeContactAdminConfigForm::createFromArray($attributes)->renderForm() !!} @endif