{{ __('Profile Settings') }}

@if(auth()->user()->profile && auth()->user()->profile->avatar) {{ auth()->user()->name }} @else
{{ substr(auth()->user()->name ?? 'U', 0, 1) }}
@endif

{{ auth()->user()->name }}

{{ auth()->user()->email }}

@if(auth()->user()->isCompany()) Company Account @else Job Seeker @endif @if(auth()->user()->profile) {{ auth()->user()->profile->current_job_title ?? 'Professional' }} @endif

Profile Completion

85%

Complete your profile to increase your chances of getting hired

{{ auth()->user()->applications->count() }}
Applications
{{ auth()->user()->profile ? auth()->user()->profile->skills ? count(explode(',', auth()->user()->profile->skills)) : 0 : 0 }}
Skills

Personal Information

Update your personal details to help employers find you

@csrf @method('PATCH')

Profile Picture

@if(auth()->user()->profile && auth()->user()->profile->avatar) Profile @else
{{ substr(auth()->user()->name ?? 'U', 0, 1) }}
@endif

JPG, PNG or GIF. Max size 2MB.

This email will be used for job notifications and account recovery

This will be visible to employers when they view your profile

Cancel
@if(!auth()->user()->isCompany()) @endif @if(auth()->user()->isCompany()) @endif