@extends('themes.base.layout') @section('title', trans('admin.settings_title')) @section('breadcrumb') @endsection @section('content')

@yield('title')

@lang('admin.settings_intro')

{{ csrf_field() }}
{{-- Nav tabs --}} {{-- Tab panes --}}
{{-- General --}}
@if ($errors->has('app_name')) @endif
@if ($errors->has('date_format')) @endif
@if ($errors->has('theme')) @endif

"Powered by" footer link

To help spread the word about Blue Twilight, I'd really appreciate it if you left the "Powered by" notice in your gallery's footer.

This is not compulsory, however, and you may remove it by checking the box below.

{{-- E-mail --}}
@if ($errors->has('sender_name')) @endif
@if ($errors->has('sender_address')) @endif
SMTP Server

Configure your SMTP server using the settings below. If your server does not require authentication, leave the Username and Password fields empty.

@if ($errors->has('smtp_server')) @endif
@if ($errors->has('smtp_port')) @endif
@if ($errors->has('smtp_username')) @endif
@if ($errors->has('smtp_password')) @endif
{{-- Security --}}
@lang('admin.settings_recaptcha')
@if ($errors->has('recaptcha_site_key')) @endif
@if ($errors->has('recaptcha_secret_key')) @endif
@lang('admin.settings_image_protection')
{{-- Analytics --}}

@lang('admin.settings.analytics_cookie_warning_1')

@lang('admin.settings.analytics_cookie_warning_2')

@lang('admin.settings.analytics_cookie_link_1')
@lang('admin.settings.analytics_cookie_link_2')


@lang('admin.visitor_analytics_heading')

@lang('admin.visitor_analytics_p')

@lang('admin.visitor_analytics_p2')

@lang('forms.cancel_action')
@endsection @push('scripts') @endpush