@include('layouts.lang')
@php $GLOBALS['themeName'] = config('advanced-config.home_theme'); @endphp @include('layouts.fonts') @if(theme('enable_custom_code') == "true" and theme('enable_custom_head') == "true" and env('ALLOW_CUSTOM_CODE_IN_THEMES') == 'true')@include($GLOBALS['themeName'] . '.extra.custom-head')@endif @if($GLOBALS['themeName'] != '' and $GLOBALS['themeName'] != 'default') @if(theme('use_default_buttons') == "true") @else @endif @if(file_exists(base_path('themes/' . $GLOBALS['themeName'] . '/animations.css'))) @else @endif @else @endif @if(theme('enable_custom_code') == "true" and theme('enable_custom_body') == "true" and env('ALLOW_CUSTOM_CODE_IN_THEMES') == 'true')@include($GLOBALS['themeName'] . '.extra.custom-body')@endif @if($GLOBALS['themeName'] != '' and $GLOBALS['themeName'] != 'default'){{__('messages.Example page')}}