123456789101112131415161718 |
- Hi, {{$user->name_display}}!
- Your order is on the way.
- Your tracking number is: {{@$shippingDetails->tracking_number}}
- View your orders: {{$stringMappingConfig['clientUrl']}}/my-account
- If you have any questions, feel free to email our customer success team
- (We're lightning quick at replying.) We also offer live chat during business hours.
- Cheers,
- {{$emailFromName}}
- -----------
- ©{{date('Y')}} {{ $stringMappingConfig['name'] }} -> {{$stringMappingConfig['clientUrl']}}. All rights reserved.
|