@php /** @var \HiEvents\DomainObjects\UserDomainObject $user */ @endphp @php /** @var string $link */ @endphp {{ __('Hi :name', ['name' => $user->getFirstName()]) }}, {!! __('You have requested to change your email address to :pendingEmail. Please click the link below to confirm this change.', ['pendingEmail' => $user->getPendingEmail()]) !!} {{ __('Confirm email change') }} {{ __('If you did not request this change, please immediately change your password.') }} {{ __('Thanks,') }}