Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

localized email templates #15

Open
Saifallak opened this issue Apr 25, 2022 · 1 comment
Open

localized email templates #15

Saifallak opened this issue Apr 25, 2022 · 1 comment

Comments

@Saifallak
Copy link

first email :

@component('mail::message')
    # {{ \Illuminate\Support\Facades\Lang::get('Verify Email Address') }}

    # {{ \Illuminate\Support\Facades\Lang::get('Please click the button below to verify your email address.') }}

    @component('mail::button', ['url' => $url])
        # {{ \Illuminate\Support\Facades\Lang::get('Verify Email Address') }}
    @endcomponent

    {{ \Illuminate\Support\Facades\Lang::get('If you did not create an account, no further action is required.') }}

    {{ \Illuminate\Support\Facades\Lang::get('Thanks') }},<br>
    {{ config('app.name') }}
@endcomponent

new email

@component('mail::message')
    # {{ \Illuminate\Support\Facades\Lang::get('Verify New Email Address') }}

    # {{ \Illuminate\Support\Facades\Lang::get('Please click the button below to verify your new email address.') }}

    @component('mail::button', ['url' => $url])
        # {{ \Illuminate\Support\Facades\Lang::get('Verify Email New Address') }}
    @endcomponent

    {{ \Illuminate\Support\Facades\Lang::get('If you did not update your email address, no further action is required.') }}

    {{ \Illuminate\Support\Facades\Lang::get('Thanks') }},<br>
    {{ config('app.name') }}
@endcomponent
@MDylan
Copy link

MDylan commented Nov 28, 2022

Any update about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants