@extends('back.master') @section('title', __('General settings')) @section('additional_head_tags') @endsection @section('content')
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if(session('settings_message'))
{{ session('settings_message') }}
@endif
{{ __('General') }}
{{ __('A text alert informing users about anything.') }}
{{ __('Blog') }}
{{ __('Subscriptions') }}
{{ __('Allow users to subscribe to a plan before their first subscription expires.') }}
{{ __('Products') }}
* {{ __('Leave empty to generate peaks for all audios.') }}
{{ __('Cookies') }}
{{ __('Container color') }}
{{ __('Text color') }}
{{ __('Button background') }}
{{ __('Languages') }}
{{ __('Fonts') }}
{{ __("Fonts files/folders can be put in 'public/assets/fonts' and are accessible via '/assets/fonts/(FONT_FOLDER)/FILE_NAME' .") }}
{{ __('Templates') }}
{{ __('Home page') }}
{{ __('Featured items') }}
{{ __('Trending items') }}
{{ __('Newest items') }}
{{ __('Free items') }}
{{ __('Posts') }}
{{ __('Featured items') }}
{{ __('Trending items') }}
{{ __('Newest items') }}
{{ __('Free items') }}
{{ __('Posts') }}
{{ __('Featured items') }}
{{ __('Newest items') }}
{{ __('Free items') }}
{{ __('Posts') }}
{{ __('Pricing plans') }}
{{ __('Social') }}
{{ __('Social links') }}
Facebook
Twitter
Pinterest
Youtube
Tumblr
{{ __('Favicon, Logo, Cover, ...') }}
{{ __('Favicon') }} {{ __('Logo') }} {{ __('Website Cover') }} {{ __('Top Cover') }} {{ __('Top Mask') }} {{ __('Blog Cover') }} {{ __('Watermark') }}
@if($settings->default_top_cover ?? null) @endif
@if($settings->valexa_top_cover ?? null) @endif
@if($settings->tendra_top_cover ?? null) @endif
{{-- @if($settings->valexa_top_cover_mask ?? null) @endif --}}
@if($settings->tendra_top_cover_mask ?? null) @endif
@if($settings->watermark) @endif
{{ __('Notification') }}
{{ __('Reviews and comments approval') }}
{{ __('Debugging') }}
{{ __('Maintenance mode') }}
Color
@endsection