@extends('layouts.app') @section('site_title', formatTitle([__('Advanced'), __('Settings'), config('settings.title')])) @section('content')
@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 {{ __('The URL opened when users click the demo button on the homepage.') }}
{{ __('Analytics') }}

@if ($errors->has('realtime_seconds')) {{ $errors->first('realtime_seconds') }} @endif {{ __('The time window to look back when displaying realtime data.') }}
@if ($errors->has('email_reports_period')) {{ $errors->first('email_reports_period') }} @endif {{ __('The frequency at which email reports are sent.') }}
{{ __('Tracking') }}

@if ($errors->has('cdn_url')) {{ $errors->first('cdn_url') }} @endif {!! __('The CDN URL where the :name file is hosted.', ['name' => 'script.js']) !!} {{ __('When set, the tracking code will include this URL instead of the default one.') }}
@endsection @include('shared.sidebars.admin')