@stack('head_start')
    
    
    
    
    
@yield('title') - @setting('company.name')
    
    
    
    
    
    @if (isset($currency_style) && $currency_style && in_array(app()->getLocale(), ['zh-CN', 'ja-JP', 'zh-TW']))
    
    @else
    
    @endif
    @stack('css')
    @stack('stylesheet')
    @stack('js')
    @stack('scripts')
    @stack('head_end')