@stack('pageStyles') @if(file_exists(GROCY_DATAPATH . '/custom_css.html')) @php include GROCY_DATAPATH . '/custom_css.html' @endphp @endif @if(!($embedded)) @endif
@yield('content')
@if(!empty($__t('moment_locale') && $__t('moment_locale') != 'x'))@endif @if(!empty($__t('summernote_locale') && $__t('summernote_locale') != 'x'))@endif @if(!empty($__t('bootstrap-select_locale') && $__t('bootstrap-select_locale') != 'x'))@endif @stack('pageScripts') @stack('componentScripts') @hasSection('viewJsName')@endif @if(file_exists(GROCY_DATAPATH . '/custom_js.html')) @php include GROCY_DATAPATH . '/custom_js.html' @endphp @endif