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