@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('bad_words')) {{ $errors->first('bad_words') }} @endif {{ __('One per line.') }}
@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('short_guest')) {{ $errors->first('short_guest') }} @endif {{ __('Allow guests to shorten links.') }}
@if ($errors->has('short_protocol')) {{ $errors->first('short_protocol') }} @endif
@if ($errors->has('gsb')) {{ $errors->first('gsb') }} @endif
@if ($errors->has('gsb_key')) {{ $errors->first('gsb_key') }} @endif