Jobtym
Home
(current)
Find Jobs
{{--
@csrf
Upload Your Resume
--}}
Dashboard
{{--
Hiring? Post a job for free
--}} @auth
image) src="{{ asset('user_assets/uploadProfile/'.Auth::user()->image)}}" @else src="{{ asset('user_assets/images/user_img.jpg')}}" @endif alt="" style="width: 52px;height: 52px;border-radius: 50%;">
{{--
--}}
{{ Auth::user()->first_name }} {{ Auth::user()->last_name }}
Logout
{{--
Delete Account
--}}
{{--
Hiring? Post a job for free
--}} {{-- @auth
image) src="{{ asset('user_assets/uploadProfile/'.Auth::user()->image)}}" @else src="{{ asset('user_assets/images/user_img.jpg')}}" @endif alt="" style="width: 52px;height: 52px;border-radius: 50%;">
--}} {{--
--}} {{--
{{ Auth::user()->first_name }} {{ Auth::user()->last_name }}
Logout
Delete Account
--}} @else
Login
Register
@csrf
Login
×
Role
Select Role
Employer
User
@if($errors->has('role'))
{{ $errors->first('role') }}
@endif
Email
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
Password
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
Password error
Forgot Password?
Login
OR
Facebook
Twitter
Google
Linkedin
Don't you have an account?
Register
@csrf
Forgot Password?
×
Email
Submit
Don't you have an account?
Register
@endauth
@if (Session::has('message'))
{{ Session::get('message') }}
@elseif (Session::has('error'))
{{ Session::get('error') }}
@endif
@yield('content')