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

{{ __('shop::app.mail.customer.registration.dear-admin', ['admin_name' => core()->getAdminEmailDetails()['name']]) }},

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

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

@endcomponent