{!! __('backend.languageSettings') !!}
{!! Form::text('currency_symbol', $WebmasterSetting->currency_symbol, [ 'placeholder' => '', 'class' => 'form-control', 'id' => 'currency_sybmol', ]) !!}
{!! Form::text('is_distance', $WebmasterSetting->is_distance, [ 'class' => 'form-control', 'id' => 'is_distance', 'oninput' => 'this.value=this.value.replace(/[^0-9]/g,"")' ]) !!}
{!! Form::text( 'android_app_url', old('android_app_url', @$WebmasterSetting->android_app_url ? $WebmasterSetting->android_app_url : ''), ['id' => 'android_app_url', 'class' => 'form-control', 'dir' => 'ltr'], ) !!}
{!! Form::text( 'ios_app_url', old('ios_app_url', @$WebmasterSetting->ios_app_url ? $WebmasterSetting->ios_app_url : ''), ['id' => 'ios_app_url', 'class' => 'form-control', 'dir' => 'ltr'], ) !!}
android_version_update == '1' ? 'checked' : '' }}> android_version_update == '2' ? 'checked' : '' }}>
ios_version_update == '1' ? 'checked' : '' }}> ios_version_update == '2' ? 'checked' : '' }}>