@stack('style-lib') @stack('style') @if (request()->routeIs('user.pos.*')) @yield('panel') @else
@include('Template::partials.sidenav')
@include('Template::partials.topnav')

{{ __($pageTitle) }}

@yield('panel')
@endif @include('partials.notify') @stack('script-lib') @stack('script')