@extends(Theme::viewName('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'))
{{ $errors->first('app_name') }}
@endif
@if ($errors->has('date_format'))
{{ $errors->first('date_format') }}
@endif
@if ($errors->has('theme'))
{{ $errors->first('theme') }}
@endif

@lang('admin.settings.albums_menu_heading')
@if ($errors->has('albums_menu_number_items'))
{{ $errors->first('albums_menu_number_items') }}
@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.

If you do want to remove it, however, I understand - just check the box below.

{{-- Image Processing --}}
@lang('admin.settings.image_processing_queue') @lang('admin.settings.image_processing_queue_beta')

@lang('admin.settings.image_processing_queue_intro')

@lang('admin.settings.image_processing_queue_intro_2')

@lang('admin.settings.image_processing_queue_intro_3')

@if ($errors->has('rabbitmq_server'))
{{ $errors->first('rabbitmq_server') }}
@endif
@if ($errors->has('rabbitmq_port'))
{{ $errors->first('rabbitmq_port') }}
@endif
@if ($errors->has('rabbitmq_username'))
{{ $errors->first('rabbitmq_username') }}
@endif
@if ($errors->has('rabbitmq_password'))
{{ $errors->first('rabbitmq_password') }}
@endif
@if ($errors->has('rabbitmq_vhost'))
{{ $errors->first('rabbitmq_vhost') }}
@endif
@if ($errors->has('rabbitmq_queue'))
{{ $errors->first('rabbitmq_queue') }}
@endif

@lang('admin.settings.analysis_queue_storage')

@lang('admin.settings.analysis_queue_storage_intro')

@lang('admin.settings.analysis_queue_storage_intro_2')

@lang('admin.settings.analysis_queue_storage_warning')

@if ($errors->has('analysis_queue_storage_location'))
{{ $errors->first('analysis_queue_storage_location') }}
@endif
{{-- E-mail --}}
@if ($errors->has('sender_name'))
{{ $errors->first('sender_name') }}
@endif
@if ($errors->has('sender_address'))
{{ $errors->first('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'))
{{ $errors->first('smtp_server') }}
@endif
@if ($errors->has('smtp_port'))
{{ $errors->first('smtp_port') }}
@endif
@if ($errors->has('smtp_username'))
{{ $errors->first('smtp_username') }}
@endif
@if ($errors->has('smtp_password'))
{{ $errors->first('smtp_password') }}
@endif

@lang('admin.settings.queue_emails.title')
{{-- Security --}}

@lang('admin.settings_recaptcha')
@if ($errors->has('recaptcha_site_key'))
{{ $errors->first('recaptcha_site_key') }}
@endif
@if ($errors->has('recaptcha_secret_key'))
{{ $errors->first('recaptcha_secret_key') }}
@endif

@lang('admin.settings_image_protection')

@lang('admin.settings.default_album_permissions')

@lang('admin.settings.default_album_permissions_intro')

@lang('admin.settings.default_album_permissions')

@lang('admin.settings.permissions_cache')

@lang('admin.settings.permissions_cache_intro')

{{-- 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')

{{-- Social --}}

{{-- Facebook --}}
@lang('admin.settings.social_facebook')
@if ($errors->has('facebook_app_id'))
{{ $errors->first('facebook_app_id') }}
@endif
@if ($errors->has('facebook_app_secret'))
{{ $errors->first('facebook_app_secret') }}
@endif

{{-- Twitter --}}
@lang('admin.settings.social_twitter')
@if ($errors->has('twitter_app_id'))
{{ $errors->first('twitter_app_id') }}
@endif
@if ($errors->has('twitter_app_secret'))
{{ $errors->first('twitter_app_secret') }}
@endif

{{-- Google+ --}}
@lang('admin.settings.social_google')
@if ($errors->has('google_app_id'))
{{ $errors->first('google_app_id') }}
@endif
@if ($errors->has('google_app_secret'))
{{ $errors->first('google_app_secret') }}
@endif
{{-- Comments tab --}}
@lang('forms.settings_photo_comments_thread_depth_help') @if ($errors->has('photo_comments_thread_depth'))
{{ $errors->first('photo_comments_thread_depth') }}
@endif
@lang('forms.settings_photo_comments_allowed_html_help')

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