@extends('layouts.recruitment') @section('content')
@csrf @method('patch')
Avatar Preview
Recommended: 400x400px
Max size: 2MB

Public Profile

This information will be displayed across the recruitment platform.

{{ $user->name }}
{{ $user->email }}

Click "Edit Profile" to change your name or email.

Security & Password

Update your password to keep your account secure.

@csrf @method('put')
@if($errors->updatePassword->get('current_password'))

{{ $errors->updatePassword->first('current_password') }}

@endif
@if($errors->updatePassword->get('password'))

{{ $errors->updatePassword->first('password') }}

@endif
@endsection