@if (auth()->guard('employer')->user())
@include('employer.layouts.partials.header')
@endif
@include('notify::components.notify')
@yield('content')
@if (auth()->guard('employer')->user())
@include('employer.layouts.partials.footer')
@endif