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