@component('shop::emails.layouts.master') @slot('subject') {{ __('shop::app.mail.customer.verification.subject') }} @endslot
@include ('shop::emails.layouts.logo')

{{ __('shop::app.mail.customer.verification.dear', ['customer_name' => $customer->name]) }},

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

{{ __('shop::app.mail.customer.verification.verify') }}

@endcomponent