@stack('pageStyles') @if(file_exists(DATAPATH . '/custom_css.html')) @php include DATAPATH . '/custom_css.html' @endphp @endif
@yield('content')
@if(!empty($L('moment_locale')))@endif @stack('pageScripts') @stack('componentScripts') @if(file_exists(DATAPATH . '/custom_js.html')) @php include DATAPATH . '/custom_js.html' @endphp @endif