@component('shop::emails.layouts.master')
{{ __('preorder::app.mail.in-stock.dear', ['name' => $item->order->customer_full_name]) }},
{!! __('preorder::app.mail.in-stock.info', [ 'name' => '' . $item->order_item->product->name . '', 'link' => $item->order->is_guest ? route('preorder.shop.preorder.complete', ['token' => $item->token]) : route('customer.orders.view', ['id' => $item->order_id]) ]) !!}
{!! __('shop::app.mail.order.help', [ 'support_email' => '' . config('mail.from.address'). '' ]) !!}
{{ __('shop::app.mail.order.thanks') }}