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