@stack('pageStyles') @if(file_exists(__DIR__ . '/../../data/custom.css')) @php include __DIR__ . '/../../data/custom.css' @endphp @endif
@yield('content')
@if(!empty($L('moment_locale')))@endif @stack('pageScripts') @stack('componentScripts') @if(file_exists(__DIR__ . '/../../data/custom.js')) @php include __DIR__ . '/../../data/custom.js' @endphp @endif