Change Theme: (for demo only)
@push('footer-scripts')
@endpush
@if( file_exists(PATH . 'themes/' . $themeName . '/theme_builder_constants.php') )
@php( include_once (PATH . 'themes/' . $themeName . '/theme_builder_constants.php') )
@endif
@if( defined('IS_BUILD_YOUR_THEME_AVAILABLE') && IS_BUILD_YOUR_THEME_AVAILABLE == 1 && count($BUILD_YOUR_THEME_COMPONENTS) > 0 )
@push('styles')