@include('global::sections.header') @stack('styles')
@dispatchFilter('welcomeText', $language->__("headlines.welcome_back"))
@if($logoPath != '')
@endif @isset($action, $module) @include("$module::$action") @else @yield('content') @endisset
@include('global::sections.pageBottom') @stack('scripts')