flexisip-account-manager/flexiapi/resources/views/account/creation_request_token/valid.blade.php
2025-03-13 13:50:10 +00:00

6 lines
No EOL
263 B
PHP

@extends('layouts.main', ['welcome' => true])
@section('content')
<h3 class="text-center mt-5">{{ __('Thanks for the validation') }}</h3>
<p class="text-center">{{ __('You can now continue your registration process in the application') }}</p>
@endsection