@if (loading()) {

Loading your profile...

} @else if (user()) {
{{ user().name?.charAt(0)?.toUpperCase() }}

{{ user().name }}

{{ user().role | uppercase }}

mail {{ user().email }} @if (user().phoneNumber) { call {{ user().phoneNumber }} }

Digital Signature

@if (user().signature) {
Your Signature

Valid formats: JPG, PNG, GIF, WebP (Max 5MB)

} @else {
draw

No Signature Uploaded

Upload your digital signature to attach it to evaluation forms automatically.

Valid formats: JPG, PNG, GIF, WebP (Max 5MB)

}
}
@if (isEditingProfile()) { }