diff --git a/resources/views/mail/order-cancelled.blade.php b/resources/views/mail/order-cancelled.blade.php
index bccd78b..4461a80 100644
--- a/resources/views/mail/order-cancelled.blade.php
+++ b/resources/views/mail/order-cancelled.blade.php
@@ -11,18 +11,17 @@
-
|
- Hello,
- We are cancelling your order (#{{ $order->id }}). Should you have made any payments and not gotten a refund please reach out to us!
-
- Thank you again!
-
+ Hello (#{{ $order->user->name }}),
+ We are sorry to inform you that we have to cancel your order (#{{ $order->id }}).
+ We will refund you the amount of @money($order->price) in the next 24 hours.
+ We look forward hearing from you again soon.
+ Greetings your Bastian
|
diff --git a/resources/views/mail/order-created.blade.php b/resources/views/mail/order-created.blade.php
index a82e930..8e9ea78 100644
--- a/resources/views/mail/order-created.blade.php
+++ b/resources/views/mail/order-created.blade.php
@@ -114,18 +114,19 @@
|
- Hello,
- We are processing your order. Should all payments have been completed, we will send you your ticket codes as soon as possible!
+ Hello (#{{ $order->user->name }}),
+ We process your order with the order number (#{{ $order->id }})
+ Once your order is successfully completed, we will send you your order codes as soon as possible.
- Please read the following payment instructions:
+ Please read carefully the following payment instructions:
- Go to paypal.me/bastiangores/{{ $order->price }}EUR
- - Transfer us the {{ $order->price }} EUR and as message please ONLY use {{ $order->transaction->reference }}
- - Once you have completed the payment and we have checked it on our end, we will send you your ticket code.
+ - Transfer us {{ $order->price }} EUR and as message please ONLY use {{ $order->transaction->reference }}
+ - As message please ONLY use {{ $order->transaction->reference }}
- Thank you again and we hope you will have a lot of fun and make great memories with us soon!
+ See You On The Dancefloor!
|
|