@if($verification->status === 'verified')

Company Verified!

Hi {{ $verification->user_name }},

Great news! Your company {{ $verification->company_name }} has been successfully verified. You can now use all features of the VerifyID platform.

@else

Verification Not Approved

Hi {{ $verification->user_name }},

Unfortunately, we were unable to verify your company {{ $verification->company_name }} at this time.

@if($verification->rejection_reason)

Reason

{{ $verification->rejection_reason }}

@endif

If you believe this is an error or have additional documentation, please contact our support team.

@endif
Company{{ $verification->company_name }}
Reference #{{ $verification->id }}
Decision Date{{ $verification->updated_at->format('d M Y') }}

Thank you,
VerifyID Team