@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') @endpush @push('header-scripts') @endpush
Customize Your Theme
@foreach( $BUILD_YOUR_THEME_COMPONENTS as $key => $arr )
{{ $arr['LABEL'] }} :
@endforeach
(To keep your changes, DONOT refresh the page)
@push('header-scripts') @endpush @endif