{{-- LOGO --}}

{{ __('notifications.verifyEmail.greeting', ['name' => $user->name]) }}

{{ __('notifications.verifyEmail.line1') }}

{{ __('notifications.verifyEmail.line2') }}

{{ __('notifications.verifyEmail.action') }}

{{ __('notifications.verifyEmail.line4') }}

{{ __('notifications.verifyEmail.line3') }}

{{-- Subcopy personnalisé --}}
{!! __('notifications.verifyEmail.subcopy_html', ['actionText' => __('notifications.verifyEmail.action'), 'url' => ''.$url.'']) !!}