@stack('styles')
@include('partials.open-windows')
@include('partials.topbar-user-menu')
@include('partials.top-nav-menu') @include('partials.user-profile-modal')
@if(session('success')) @endif @if(session('error')) @endif @if($errors->any() && !$errors->has('company_code') && !$errors->has('username')) @endif @yield('content')
@stack('modals') @stack('scripts')