@lang('Add a signature image of your initials')
@if($uploadedInitialsImage && $uploadedInitialsImage->isPreviewable())
@else @if($initialsImgUrl && empty($removeInitials))
@if(isset($removeInitials)) @endif
@endif
@error('uploadedInitialsImage')
{{ $message }}
@enderror

@lang('Please upload a signature image of your initials to continue')

@endif
@lang('Add your signature image with stamp')
@if($uploadedSignatureImage && $uploadedSignatureImage->isPreviewable())
@else @if($signatureImgUrl && empty($removeSignature))
@if(isset($removeSignature)) @endif
@endif
@error('uploadedSignatureImage')
{{ $message }}
@enderror

@lang('Please upload a signature image file to continue')

@endif