@if(!Auth::user()->email_verified_at) @include('elements.resend-verification-email-box') @endif
@csrf @include('elements.dropzone-dummy-element')
@if(session('success')) @endif
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if($errors->has('birthdate')) {{$errors->first('birthdate')}} @endif
@if(Auth::user()->isCandidate() || Auth::user()->isPublisher())
{{__('Looking for profile details?')}}

{{__('Job-search and hiring profile information now lives in the dedicated workspace pages.')}}

@if(Auth::user()->isCandidate()) {{__('Edit candidate profile')}} @endif @if(Auth::user()->isPublisher()) {{__('Manage company profiles')}} @endif
@endif