@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($L('moment_locale')))@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