flexisip-account-manager/flexiapi/resources/views/mails/layout.blade.php
Timothée Jaussoin 594a3d65eb Fix FLEXIAPI-461 Detect the platform family and propose a button adapted for it
Fix FLEXIAPI-463 Add wizard link in all the emails where the account is injected
Update the dependencies
2026-03-19 16:02:10 +01:00

18 lines
No EOL
479 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<x-mail::message>
@yield('content')
{{ __('Best regards,') }}
{{ config('mail.signature') }}
<x-mail::panel>
{{ __('Dont 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>