|
@@ -15,10 +15,10 @@
|
|
|
<span class="text-muted mx-1">|</span>
|
|
|
<div>
|
|
|
@include('app.my-account.admin.orders.forms.email-attachment', [
|
|
|
- 'title' => 'Email Lab Request PDF',
|
|
|
+ 'title' => 'Email Lab Request PDF for Order #' . $order->iid,
|
|
|
'toEmail' => $order->user->getEmail(),
|
|
|
'toName' => $order->user->displayName(),
|
|
|
- 'subject' => 'Lab Request PDF',
|
|
|
+ 'subject' => 'Lab Request PDF for Order #' . $order->iid,
|
|
|
'attachmentUrl' => $lab_tests_request_attachment['attachmentAccessTokenUrl'] . '?fileType=lab_tests_request_attachment',
|
|
|
'attachmentName' => $lab_tests_request_attachment['orginalFileName'],
|
|
|
'attachmentPath' => $lab_tests_request_attachment['path']
|