@if (($addon_manager['payment_type'] == 'one_time' && \App\Addon::where('type', 'GRecaptcha_purchase_date')->first()->value != null) || ($addon_manager['payment_type'] == 'per_month' && $data_difference >= 0) || $addon_manager['price'] == 0)
@else
@endif
{{ translate('Google recaptcha integration data') }}
{!! Form::open(['method' => 'post', 'action' => 'Admin\Addons\GRecaptchaController@updateGRecaptchaConf', 'files' => true, 'class' => 'form_to_submit']) !!}
{!! Form::Close() !!}
{!! Form::checkbox('GRecaptcha_active', null, $newaddons['GRecaptcha_active'], ['id' => 'Checkbox_1']) !!}
{!! Form::text('GRecaptcha_key', $newaddons['GRecaptcha_key'], ['class' => 'form-control', 'placeholder' => translate('Site key')]) !!}