You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
351 B
15 lines
351 B
{{--$order collection is available here--}}
|
|
|
|
@component('mail::message')
|
|
# Your order is processing!
|
|
|
|
Your order was received successfully. And the order is in processing state.
|
|
Your Order tracking id {{$order->tracking_number}}
|
|
|
|
@component('mail::button', ['url' => $url ])
|
|
View Order
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|