@vite(['resources/css/app.css']) @stack('head-script')
@auth @include('sections.left-sidebar') @endauth
@auth @endauth @auth @else @endauth {{ $pageTitle ?? '' }}
@auth
@endauth
@include('sections.breadcrumb') @yield('content')
© {{ \Carbon\Carbon::today()->year }} @lang('app.by') {{ $companyName ?? config('app.name') }}
@auth @include('sections.sticky-notes-sidebar') {{--sticky note modal--}} {{--sticky note modal ends--}} @endauth
{{-- /.ra-main --}} {{--Ajax Modal (lg) — Tailwind-centered overlay --}} {{--Ajax Modal (md) — Tailwind-centered overlay --}} @include('sections.right-sidebar')
{{-- helper.js ends with })(jQuery); must run immediately after jQuery is on window --}} @if(file_exists(public_path('assets/plugins/icheck/icheck.min.js'))) @endif @if(file_exists(public_path('assets/plugins/icheck/icheck.init.js'))) @endif @vite(['resources/js/app.js']) @stack('footer-script')