If you have any questions or need to modify your profile, feel free to reply to this email or visit our [Help Center](https://eaterli.com/help). We\'re here to help you every step of the way.
We look forward to assist you!
{{-- Salutation --}}
@if (! empty($salutation))
{{ $salutation }}
@else
@lang('Regards'),
{{ $name }}
@endif
{{-- Subcopy --}}
@isset($actionText)
@slot('subcopy')
@lang(
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser:',
[
'actionText' => $actionText,
]
) [{{ $displayableActionUrl }}]({{ $actionUrl }})
@endslot
@endisset