@component('mail::message')
# Hi {{ strtok(trim($order->customer), ' ') }}
Thank you so much for choosing {{ config('app.name') }}!
We value quality and good service always!
@if(!$is_store_open)
We have received your order!
Our deliveries at the moment are not active.
The delivery time will be arranged with you by phone or whatsapp, to clarify doubts and confirm your data.
You will be notified when your order is shipped to your address.
Now just wait for our contact.
Our number is {{ config('app.phone') }}.
We thank you for the trust!
@endif
Order #{{ $order->order_number }}
Contact Details
Name: {{ $order->customer }}
Email: {{ $order->email }}
Phone Number: {{ $order->phone }}
Comment: {{ $order->comment }}
@if ($order->is_delivery)
Payment Method: {{ $order->payment_method->name }}
Delivery Address:
Item | Category | Quantity | Subtotal |
---|---|---|---|
{{ $value->item->name }} | {{ $value->item->category->name }} | {{ $value->qty }} | {{ $value->display_subtotal }} |