@php $google_fonts = json_decode($google_fonts, true); $timezones = json_decode($timezones, true); @endphp

{{ __('Site Settings') }}

{{ __('Post Title') . ' ' . $this->separator . ' ' . $this->appname}}
{{ env('APP_URL') }}/post-title

{{ __('Parallax Settings') }}

@if ( $parallax_status ) @if ( $overlay_type == 'solid' ) @elseif( $overlay_type == 'gradient' ) @endif @endif
{{ __('Opacity') }}: {{ $opacity }}{{ __('px') }}
{{ __('Blur') }}: {{ $blur }}{{ __('px') }}

{{ __('Other Settings') }}

@if ( $blog_page_status ) @endif @if ( $related_tools ) @endif
{{ __('MB') }}
{{ __('These social media buttons are at the Footer.') }}
@foreach ($socials as $index => $social)
@error( 'socials.' . $index . '.name' ) {{ $message }} @enderror
@error( 'socials.' . $index . '.url' ) {{ $message }} @enderror
@if ( $index == 0 )
@else
@endif
@endforeach @foreach($inputs as $key => $value)
@error( 'name.' . $value ) {{ $message }} @enderror
@error( 'url.' . $value ) {{ $message }} @enderror
@endforeach