@extends('layouts.app', ['title' => trans('settings.system')]) @section('content')

{{ __('settings.system') }}

@if( Session::has('success'))

{{ Session::get('success') }}

@endif
@if ($settings['anonymize_ip'] == 1 && $settings['hash_ip'] == 0)

{{ __('settings.anon_hash_alert') }}

@endif @if ($errors->any())
{{ __('urlhum.error') }}:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

{{ __('settings.general') }}


{{ __('analytics.analytics') }}


{{ __('url.short') }}

@include('layouts.footers.auth')
@endsection @push('js') @endpush