Some correction done in the message

This commit is contained in:
Devansh 2020-08-01 15:37:20 +05:30
parent 5a25eb14e1
commit d7e9c8b86d
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
</span> <br>
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{{ __('shop::app.mail.order.dear-admin', ['admin_name' => config('mail.from.name')]) }},
{{ __('shop::app.mail.order.cancel.dear', ['customer_name' => config('mail.from.name')]) }},
</p>
<p style="font-size: 16px;color: #5E5E5E;line-height: 24px;">
{!! __('shop::app.mail.order.greeting-admin', [
{!! __('shop::app.mail.order.cancel.greeting', [
'order_id' => '<a href="' . route('customer.orders.view', $order->id) . '" style="color: #0041FF; font-weight: bold;">#' . $order->increment_id . '</a>',
'created_at' => $order->created_at
])