@if($interest_count == 0) @endif @extends('front.template.master') @section('content')
@include('front.partials.flash_message')
Profile Completeness

{{ $percentage }}%

100%

{{--

13

Profile Views

in last 30 days

45

Search Appearances

in last 30 days

--}}
Fetch details from LinkedIn
Personal Information
@if(auth()->user()->user_image !='') @if($userInfo->google_id !='' || $userInfo->facebook_id !='' || $userInfo->linkedin_id !='') @if(File::exists(public_path('uploads/'.$userInfo->user_image))) @else @endif @else @endif @else @endif
Max Size 2 MB
Professional Summary
Skills & Expertise
Contact Details
Reference
Saved Jobs
Applied Jobs
Interest Area
    @foreach($interest_area as $c)
  • {{ $c->interest_area }}
  • @endforeach
@endsection