mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-17 19:58:27 +00:00
18 lines
No EOL
479 B
PHP
18 lines
No EOL
479 B
PHP
<x-mail::message>
|
||
@yield('content')
|
||
|
||
{{ __('Best regards,') }}
|
||
|
||
{{ config('mail.signature') }}
|
||
|
||
<x-mail::panel>
|
||
|
||
{{ __('Don’t have the app yet?') }} @if (isset($account)) [{{ __('Login to my account with Linphone') }}]({{ $account->provisioning_wizard_url }}) @else [{{ __('Download Linphone')}}](https://www.linphone.org/en/download/) @endif
|
||
|
||
<br />
|
||
|
||
{{ __('Need help?') }} [{{ __('Visit our user guide') }}](https://linphone.org/en/docs)
|
||
|
||
</x-mail::panel>
|
||
|
||
</x-mail::message> |