@extends('emails.layout') @section('salutation') Hello {{$user->displayName()}}, @endsection @section('content')

Your lab results report is ready for download. Please click the link below to access lab report results.

@include('emails.call-to-action-button', ['link'=>$stringMappingConfig['productUrl'].'/my-account/orders/' . $storeOrder->uid, 'label' => 'View Order Lab Results']) @endsection