flexisip-account-manager/flexiapi/resources/views/mails/register_validation.blade.php
2025-04-29 09:12:59 +00:00

13 lines
346 B
PHP

@extends('mails.layout')
@section('content')
# Account registration on {{ $account->space->name }}
Hello {{ $account->identifier }},
You just created an account on {{ $account->space->name }} using your email account.
Please enter the following code on the confirmation page:
## {{ $account->emailChangeCode()->first()->code }}
@endsection