mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
14 lines
363 B
PHP
14 lines
363 B
PHP
@extends('mails.layout')
|
|
|
|
@section('content')
|
|
# {{ __('New voice message from :sipfrom', ['sipfrom' => $accountFile->sip_from]) }}
|
|
|
|
{{ __('New voice message') }}
|
|
|
|
{{ __('From') }}: {{ $accountFile->sip_from }}
|
|
|
|
{{ __('To') }}: {{ $accountFile->account->identifier }}
|
|
|
|
{{ __('Recorded at') }}: {{ $accountFile->created_at->toDateTimeString() }} (UTC)
|
|
|
|
@endsection
|