@component('shop::emails.layouts.master')
@include ('shop::emails.layouts.logo')
{{ __('shop::app.mail.customer.new.dear', ['customer_name' => $customer['name']]) }},
{!! __('shop::app.mail.invoice.reminder.your-invoice-is-overdue', ['invoice' => $invoice->increment_id, 'time' => $invoice->created_at->diffForHumans()]) !!}
{!! __('shop::app.mail.invoice.reminder.please-make-your-payment-as-soon-as-possible') !!}
{!! __('shop::app.mail.invoice.reminder.if-you-ve-already-paid-just-disregard-this-email') !!}

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

@endcomponent