mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-22 04:28:07 +00:00
6 lines
No EOL
263 B
PHP
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 |