@section('site_title', formatTitle([__('Advanced'), __('Settings'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Advanced') }}

{{ __('Advanced') }}
@include('shared.message')
@csrf
@if ($errors->has('demo_url')) {{ $errors->first('demo_url') }} @endif
@if ($errors->has('bad_words')) {{ $errors->first('bad_words') }} @endif {{ __('One per line.') }}
@if ($errors->has('domain_protocol')) {{ $errors->first('domain_protocol') }} @endif
@if ($errors->has('homepage_checks_country_code')) {{ $errors->first('homepage_checks_country_code') }} @endif {{ __('The country to display on the home page when showcasing the Checks feature.') }}
@if ($errors->has('request_simultaneous_requests')) {{ $errors->first('request_simultaneous_requests') }} @endif {{ __('The number of simultaneous requests.') }} {{ __('Increasing this value requires more server resources.') }}
@if ($errors->has('request_timeout')) {{ $errors->first('request_timeout') }} @endif {{ __('The number of seconds to wait before the request is terminated if no response is received.') }}
@if ($errors->has('request_http_version')) {{ $errors->first('request_http_version') }} @endif
@if ($errors->has('request_user_agent')) {{ $errors->first('request_user_agent') }} @endif
@if ($errors->has('request_proxy')) {{ $errors->first('request_proxy') }} @endif {{ __('One per line.') }}
@if ($errors->has('twilio')) {{ $errors->first('twilio') }} @endif
@if ($errors->has('twilio_sid')) {{ $errors->first('twilio_sid') }} @endif
@if ($errors->has('twilio_token')) {{ $errors->first('twilio_token') }} @endif
@if ($errors->has('twilio_phone_number')) {{ $errors->first('twilio_phone_number') }} @endif