@extends('layouts.user') @section('sidebar-title')

Healthcare Worker Dashboard

@endsection @section('sidebar-menu') My Profile My Applications Edit Profile @endsection @section('content')
@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PATCH')

Profile picture

JPG, PNG or GIF. Max 2MB. Shown on your profile and in applications.

@error('avatar')

{{ $message }}

@enderror

Licenses & Certifications

Language Skills & Assessments

Work Authorization & Preferences

Professional Bio

Maximum 1000 characters

Cancel

Account Settings

@include('profile.partials.data-download-form')
@include('profile.partials.delete-user-form')
@endsection