@extends("layouts.site") @section("title", "Thanks") @section("after_css") @stop @php $type = request()->get("result"); @endphp @section("content")

@if($type == "goes-to-create" || !$type) Thank you, your email address has been verified successfully! @endif @if($type == "expire-token") Error... @endif @if($type == "error-reported") We are almost there! @endif @if($type == "reconfirm-token") Verification @endif

@if($type == "goes-to-create" || !$type)

Verified successfully!

Your '30 day trial' will now be created. The login details for the desktop version will be sent by email within 1 hour at the most.

You can download the app below and login with phone number:
+{{request()->get("phone")}}
@component("components.store-links") @slot("hideAvg", true) @endcomponent

Good luck with the trial.

@endif @if($type == "expire-token")

Verificatie verlopen!

Don't worry, we'll send you another verification email. Check your email.

@endif @if($type == "error-reported")

There is a small problem

It was not possible to create your '30 day trial 'account for technical reasons. This problem has been reported to technical service. Your login details will be sent by e-mail within 24 hours at the latest.

We apologize for the inconvenience!

@endif @if($type == "reconfirm-token")

Verification already done!

It looks like verification has already been done.

@endif BACK TO HOMEPAGE
Address
  • Appartement App

  • Part of WhiteBoard Studio B.V.

  • Poort van Uden

  • Rondweg 55

  • 5406 NK Uden

Contact
  • info@app-artement.nl

  • www.app-artement.nl

Business details
  • KvK: 67189334

  • BTW: NL856867858B01

@stop