@extends('layouts.sidebar') @section('content')
@if($_SERVER['QUERY_STRING'] == '')

{{__('messages.Config')}}

@if(!config('linkstack.single_user_mode')) @endif @include('components.config.config')

{{__('messages.Advanced Config')}}

@include('components.config.advanced-config')

{{__('messages.Backup')}}

@include('components.config.backup')

{{__('messages.Backups')}}

@include('components.config.backups')

{{__('messages.Debugging information')}} v{{file_get_contents(base_path("version.json"))}}

@include('components.config.diagnose')
@elseif($_SERVER['QUERY_STRING'] == 'alternative-config' && !config('linkstack.single_user_mode')) @include('components.config.alternative-config') @include('components.config.back-button') @endif @push("sidebar-scripts") @endpush
@endsection