flexisip-account-manager/flexiapi/resources/views/mails/newsletter_registration.blade.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