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.

14 lines
396 B

1 month ago
  1. {{--$order collection is available here--}}
  2. @component('mail::message')
  3. # {{ __('sms.order.paymentSuccessOrder.admin.subject') }}
  4. {{ __('sms.order.paymentSuccessOrder.admin.message',['ORDER_TRACKING_NUMBER'=>$order->tracking_number]) }}
  5. @component('mail::button', ['url' => $url ])
  6. {{__('common.view-order')}}
  7. @endcomponent
  8. {{__('common.thanks')}},<br>
  9. {{ config('app.name') }}
  10. @endcomponent