@yield('seo') @section('seo')
@endsection
@include('frontend.layouts.header')
@if(Auth::check() && Auth::user()->role === 'recruiter')
RECRUITER
@endif @if(Auth::check() && Auth::user()->role === 'user')
APPLICANTS
@endif
MY ACCOUNTS
@if(Auth::check() && Auth::user()->role === 'user')
Applied Jobs
@endif @if(Auth::check() && Auth::user()->role === 'recruiter')
Careers
@endif @if(Auth::check() && Auth::user()->role === 'recruiter')
Hired Applicants
@endif
Change Password
@csrf
Logout
@yield('content')
MY ACCOUNTS
@if(Auth::check() && Auth::user()->role === 'user')
Applied Jobs
@endif @if(Auth::check() && Auth::user()->role === 'recruiter')
Careers
@endif
@if(Auth::check() && Auth::user()->role === 'recruiter')
Hired Appplicants
@endif
Change Password
@csrf
Logout
@include('frontend.layouts.footer') @yield('before-js') @yield('after-js')