@push('css') @if (!isset($editData)) @endif @endpush
@if (isset($editData)) @lang('common.back') @else @endif
@if (isset($editData)) {{ Form::open(['class' => 'form-horizontal mb-0', 'files' => true, 'route' => 'update-custom-sms-setting', 'id' => 'update-custom-sms-setting']) }} @else {{ Form::open(['class' => 'form-horizontal mb-0', 'files' => true, 'route' => 'save-custom-sms-setting', 'id' => 'save-custom-sms-setting']) }} @endif
@if ($errors->has('gateway_name')) {{ $errors->first('gateway_name') }} @endif
@if ($errors->has('gateway_url')) {{ $errors->first('gateway_url') }} @endif
@if ($errors->has('request_method')) {{ $errors->first('request_method') }} @endif
@if ($errors->has('send_to_parameter_name')) {{ $errors->first('send_to_parameter_name') }} @endif
@if ($errors->has('messege_to_parameter_name')) {{ $errors->first('messege_to_parameter_name') }} @endif

@lang('system_settings.set_authetication')

set_auth == 'header') checked @endif>
set_auth == 'url') checked @endif>
@if ($errors->has('param_key_1')) {{ $errors->first('param_key_1') }} @endif
@if ($errors->has('param_value_1')) {{ $errors->first('param_value_1') }} @endif
@if ($errors->has('param_key_3')) {{ $errors->first('param_key_3') }} @endif
@if ($errors->has('param_value_3')) {{ $errors->first('param_value_3') }} @endif
@if ($errors->has('param_key_2')) {{ $errors->first('param_key_2') }} @endif
@if ($errors->has('param_value_2')) {{ $errors->first('param_value_2') }} @endif
@if ($errors->has('param_key_4')) {{ $errors->first('param_key_4') }} @endif
@if ($errors->has('param_value_4')) {{ $errors->first('param_value_4') }} @endif
@if ($errors->has('param_key_5')) {{ $errors->first('param_key_5') }} @endif
@if ($errors->has('param_value_5')) {{ $errors->first('param_value_5') }} @endif
@if ($errors->has('param_key_7')) {{ $errors->first('param_key_7') }} @endif
@if ($errors->has('param_value_7')) {{ $errors->first('param_value_7') }} @endif
@if ($errors->has('param_key_6')) {{ $errors->first('param_key_6') }} @endif
@if ($errors->has('param_value_2')) {{ $errors->first('param_value_2') }} @endif
@if ($errors->has('param_key_8')) {{ $errors->first('param_key_8') }} @endif
@if ($errors->has('param_value_8')) {{ $errors->first('param_value_8') }} @endif
{{ Form::close() }}
@if (!isset($editData))
@foreach ($all_sms_services->where('gateway_type','custom') as $key => $custom_sms) @endforeach
@lang('student.status') @lang('system_settings.gateway_name') @lang('student.action')
active_status == 1 ? 'checked' : '' }}>
{{ @$custom_sms->gateway_name }}
@endif
@push('script') @endpush