@props([ 'title', ]) @stack('head_start') {!! $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') @livewireStyles @stack('js') @stack('scripts') @stack('head_end')