@notifyCss @stack('custom_css')
@if (auth()->guard('employer')->user()) @include('employer.layouts.partials.sidebar') @endif
@if (auth()->guard('employer')->user()) @include('employer.layouts.partials.header') @endif
@yield('content')
@if (auth()->guard('employer')->user()) @include('employer.layouts.partials.footer') @endif
@include('notify::components.notify')
@notifyJs @stack('custom_js')