@notifyCss
    {{--
  • @csrf
  • --}}

Personal Details



{{--
--}}
    {{--
  • --}}

Personal Details

@if (Session::has('message')) @elseif (Session::has('error')) @endif
{{ count($appliedJob) }}
Applied Jobs
{{--
1 Review
--}}
{{ count($getSaveJob) }}
Saved Jobs
{{$totaljobs}}
Total Jobs
Edit Profile
@csrf @method('PUT')
@if($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
@if($errors->has('last_name'))
{{ $errors->first('last_name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if($errors->has('secondary_phone'))
{{ $errors->first('secondary_phone') }}
@endif
@if($errors->has('date_of_birth'))
{{ $errors->first('date_of_birth') }}
@endif
@if($errors->has('isResident'))
{{ $errors->first('isResident') }}
@endif
@if($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if($errors->has('street'))
{{ $errors->first('street') }}
@endif
@if($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if($errors->has('town'))
{{ $errors->first('town') }}
@endif
@if($errors->has('division'))
{{ $errors->first('division') }}
@endif
@if($errors->has('postal_address'))
{{ $errors->first('postal_address') }}
@endif
@if($errors->has('tin'))
{{ $errors->first('tin') }}
@endif
@if($errors->has('vaccination_ref_number'))
{{ $errors->first('vaccination_ref_number') }}
@endif
@if($errors->has('profileImage'))
{{ $errors->first('profileImage') }}
@endif
{{--
--}} @csrf
Change Password
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
{{--
--}}
My Resume
Resume
Create New Resume
Create Cover Letter
Cover Letter
Create New Cover Letter
Applied Jobs
Job Title Date Applied Status Action

Junior Graphic Designer (Web)

Featured
  • Design, Development
  • New York
July 20,2022 Pending

Junior Graphic Designer (Web)

Featured
  • Design, Development
  • New York
July 20,2022 Pending
Jobs Saved
@if ($getSaveJob) {{-- @foreach ($getSaveJob as $saveJob) @foreach ($saveJob as $getJob ) --}} {{-- @endforeach @endforeach --}} {{-- --}}
Job Title Posted Date Action

{{-- {{ $getJob->title }} --}}

  • {{-- {{ $getJob->skills }} --}}
  • {{-- {{ $getJob->country }} --}}
{{-- {{ date_format($getJob->created_at,"M d,Y") }} --}}

Junior Graphic Designer (Web)

  • Design, Development
  • New York
July 20,2022
@else There are no saved job available @endif
Saved Jobs
Job Title Posted Date Action

Junior Graphic Designer (Web)

  • Design, Development
  • New York
Posted 5 days ago

Junior Graphic Designer (Web)

  • Design, Development
  • New York
Posted one Month ago
Reports
@foreach ($appliedJob as $applyJob) @endforeach
Date Applied Job Title Employer Shortlisted Interview Attended Aptitude
@if (isset($applyJob->created_at)) {{ $applyJob->created_at }} @else - @endif @if(isset($applyJob->jobApply->title)) {{ $applyJob->jobApply->title }} @else {{'-'}} @endif {{ $applyJob->employeName->name }} {{ $applyJob->shortlist }} {{ $applyJob->attend_interview }} @if ($applyJob->examJoined) View Result @else Join Exam {{ $applyJob->examJoined }} @endif
Tab header

Proin ornare purus vitae magna viverra suscipit. Etiam rutrum lorem cursus libero scelerisque lacinia. Praesent bibendum risus id aliquam finibus. Donec sed orci sodales, viverra dolor a, dignissim mi. Pellentesque nec lectus enim. Suspendisse eu ligula ac tortor mollis lobortis. Nulla a laoreet neque, sit amet luctus dolor. Nam facilisis at odio ac commodo. Nullam vehicula blandit dui, vel suscipit orci.

{{-- --}} @notifyJs