@section('site_title', formatTitle([__('Reports'), __('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('sitemap_links')) {{ $errors->first('sitemap_links') }} @endif
@if ($errors->has('request_proxy')) {{ $errors->first('request_proxy') }} @endif
@if ($errors->has('bad_words')) {{ $errors->first('bad_words') }} @endif
@if ($errors->has('gsb')) {{ $errors->first('gsb') }} @endif
@if ($errors->has('gsb_key')) {{ $errors->first('gsb_key') }} @endif
@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('screenshot')) {{ $errors->first('screenshot') }} @endif
@if ($errors->has('screenshot_key')) {{ $errors->first('screenshot_key') }} @endif