@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:
@else Type: Pickup
@endif Order Details: @foreach ($order->order_detail as $value) @endforeach
Item Category Quantity Subtotal
{{ $value->item->name }} {{ $value->item->category->name }} {{ $value->qty }} {{ $value->display_subtotal }}


Please do not reply to this email. If you want to send us a message, you can send it to {{ config('app.email') }} or bu phone{{ config('app.phone') }}
{{ config('app.name') }} @endcomponent