@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('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('sitemap_links')) {{ $errors->first('sitemap_links') }} @endif
@if ($errors->has('report_guest')) {{ $errors->first('report_guest') }} @endif {{ __('Allow guests to generate limited reports.') }}
@if ($errors->has('tools_guest')) {{ $errors->first('tools_guest') }} @endif {{ __('Allow guests to use the tools.') }}
@if ($errors->has('gcs')) {{ $errors->first('gcs') }} @endif
@if ($errors->has('gcs_key')) {{ $errors->first('gcs_key') }} @endif
@if ($errors->has('gcs_id')) {{ $errors->first('gcs_id') }} @endif
@if ($errors->has('gcs_country')) {{ $errors->first('gcs_country') }} @endif
@if ($errors->has('ke')) {{ $errors->first('ke') }} @endif
@if ($errors->has('ke_key')) {{ $errors->first('ke_key') }} @endif
@if ($errors->has('ke_keywords')) {{ $errors->first('ke_keywords') }} @endif
@if ($errors->has('ti')) {{ $errors->first('ti') }} @endif
@if ($errors->has('ti_key')) {{ $errors->first('ti_key') }} @endif