@component('shop::emails.layouts.master')
@include ('shop::emails.layouts.logo')

{{ __('shop::app.mail.customer.registration.dear', ['customer_name' => $data['first_name']. ' ' .$data['last_name']]) }},

{!! __('shop::app.mail.customer.registration.greeting') !!}

{{ __('shop::app.mail.customer.registration.summary') }}

{{ __('shop::app.header.sign-in') }}

{!! __('shop::app.mail.order.help', [ 'support_email' => '' . core()->getSenderEmailDetails()['email']. '' ]) !!}

{{ __('shop::app.mail.customer.registration.thanks') }}

@endcomponent