mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
9 lines
164 B
PHP
9 lines
164 B
PHP
@extends('mails.layout')
|
|
|
|
@section('content')
|
|
# Welcome to {{ space()->name }}
|
|
|
|
Hello {{ $account->identifier }},
|
|
|
|
@include('mails.parts.provisioning')
|
|
@endsection
|