{{-- {{ config('app.name', 'Jobtym') }} :: Employer --}} Jobtym @notifyCss @stack('custom_css')
@if (auth()->guard('employer')->user()) @include('employer.layouts.partials.sidebar') @endif
@if (auth()->guard('employer')->user()) @include('employer.layouts.partials.navbar') @endif
@yield('content')
@if (auth()->guard('employer')->user()) @include('admin.layouts.partials.footer') @endif
@notifyJs @stack('custom_js')