@extends('admin.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
{{ __('Allow users to subscribe to a plan before their first subscription expires.') }}
{{ __('Do not render files on the browser') }}
{{--
--}}
{{ __('Container color') }}
{{ __('Text color') }}
{{ __('Button background') }}
{{ __("Fonts files/folders can be put in 'public/assets/fonts' and are accessible via '/assets/fonts/(FONT_FOLDER)/FILE_NAME' .") }}
{{--
{{ __('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 links') }}
Tiktok
Facebook
Twitter
Pinterest
Youtube
Tumblr
{{ __('Favicon') }} {{ __('Logo') }} {{ __('Website Cover') }} {{ __('Top Cover') }} {{ __('Blog Cover') }} {{ __('Watermark') }}
@foreach($templates as $template)
@if($settings->{$template.'_top_cover'} ?? null) @endif
@endforeach
@isset($settings->watermark) @endif
{{ __('Generate profiles') }}
{{ __('Show only previous and next pagination button') }}
{{ __('A text alert informing users about anything.') }}
@endsection