123456789 |
- @extends('emails.layout')
- @section('salutation')
- Hello {{$user->displayName()}},
- @endsection
- @section('content')
- <p class="f-fallback" style="color: #000; font-size: 15px; padding: 0 15px; line-height: 24px; margin: .4em 0 1.1875em;">Your lab results report is ready for download. Please click the link below to access lab report results.</p>
- @include('emails.call-to-action-button', ['link'=>$stringMappingConfig['productUrl'].'/my-account/orders/' . $storeOrder->uid, 'label' => 'View Order Lab Results'])
- @endsection
|