flexisip-account-manager/flexiapi/resources/views/mails/layout.blade.php

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>