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

@endcomponent