mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-19 23:48:28 +00:00
7 lines
156 B
PHP
7 lines
156 B
PHP
@extends('mails.layout')
|
|
|
|
@section('content')
|
|
Hello,
|
|
|
|
The following email address wants to register to the mailing list: {{ $account->email }}.
|
|
@endsection
|