@component('shop::emails.layouts.master') @php $locale = company()->getCurrentLocale(); @endphp

{{ __('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.mail.customer.registration.thanks') }}

@endcomponent