@php /** @var \HiEvents\DomainObjects\UserDomainObject $user */ @endphp @php /** @var string $code */ @endphp {{ __('Hi :name', ['name' => $user->getFirstName()]) }}, {{ __('Welcome to :appName! We\'re excited to have you aboard!', ['appName' => config('app.name')]) }} {{ __('Your email confirmation code is:') }}

{{ $code }}

{{ __('If you did not create an account with us, no further action is required. Your email address will not be used without confirmation.') }} {{ __('Best Regards,') }}
{{ __('The :appName Team', ['appName' => config('app.name')]) }}