@if (is_plugin_active('language'))
{!! Theme::partial('language-switcher', ['color' => $color ?? '']) !!}
@endif
  • {{ date(theme_option('post_date_format', 'D, M Y')) }}
@if (!empty(theme_option('social_links')))
    @foreach (json_decode(theme_option('social_links'), true) as $socialLink)
  • @endforeach
@endif @if (theme_option('allow_account_login', '') == 'yes')
@endif