@if (($addon_manager['payment_type'] == 'one_time' && \App\Addon::where('type', 'SmsMisr_purchase_date')->first()->value != null) || ($addon_manager['payment_type'] == 'per_month' && $data_difference >= 0) || $addon_manager['price'] == 0)
@else
@endif
{{ translate('SMS Misr integration data') }}
{!! Form::open(['method' => 'post', 'action' => 'Admin\Addons\SmsMisrController@updateSmsMisrConf', 'files' => true, 'id' => 'update_sms_conf_form']) !!}
{!! Form::Close() !!}
{!! Form::checkbox('SmsMisr_active', null, $newaddons['SmsMisr_active'], ['id' => 'Checkbox_1']) !!}
{!! Form::text('SmsMisr_user', $newaddons['SmsMisr_user'], ['id' => 'SmsMisr_user', 'class' => 'form-control', 'placeholder' => translate('Username')]) !!}
{!! Form::text('SmsMisr_password', $newaddons['SmsMisr_password'], ['id' => 'SmsMisr_password', 'class' => 'form-control', 'placeholder' => translate('Password')]) !!}
{!! Form::text('SmsMisr_sender', $newaddons['SmsMisr_sender'], ['id' => 'SmsMisr_sender', 'class' => 'form-control', 'placeholder' => translate('Sender name')]) !!}
{!! Form::text('Test_number', null, ['id' => 'Test_number', 'class' => 'form-control', 'placeholder' => '01xxxxxxxxx']) !!}