@include('global::sections.header') @stack('styles')
@dispatchFilter('welcomeText', '

'.$language->__("headlines.welcome_back").'

')
@dispatchFilter('belowWelcomeText', '')
@if($logoPath != '') @if(!str_ends_with($logoPath, "dist/images/logo.svg" )) @endif @endif @isset($action, $module) @include("$module::$action") @else @yield('content') @endisset
@include('global::sections.pageBottom') @stack('scripts')