|
@@ -54,12 +54,15 @@
|
|
|
<td class="text-nowrap" style="width:1px">{{ friendly_date_time($order->created_at) }}</td>
|
|
|
<td style="width:1px">{{ displayAmount('$', $order->total()) }}</td>
|
|
|
<td style="width:550px">
|
|
|
-
|
|
|
+ @foreach($order->testsRequested() as $tkey => $test)
|
|
|
+ <small>{{ config('constants.tests.'.$test) }}</small>@if($order->associatedOrders($order->id) && count($order->testsRequested()) -1 !== $tkey),@endif
|
|
|
+ @endforeach
|
|
|
+
|
|
|
@if(@$storeOrderSelectedOptions->partner == 1)
|
|
|
<p class="mt-2 mb-0"><b style="font-family:sans-serif">Partner: {{@$storeOrderSelectedOptions->partner_email}}</b></p>
|
|
|
@endif
|
|
|
@if(@$results_attachment)
|
|
|
- <p class="mt-2 p-1 bg-light border"><b>Lab Report: <a class="ms-2 text-sm text-success" href="{{ $results_attachment['attachmentAccessTokenUrl'] }}" target="_blank"><i class="fal fa-file-pdf"></i> Download PDF</a></b></p>
|
|
|
+ <p class="mt-2 p-1 bg-light border text-sm"><b>Lab Report: <a class="ms-2 text-success" href="{{ $results_attachment['attachmentAccessTokenUrl'] }}" target="_blank"><i class="fal fa-file-pdf"></i> Download PDF</a></b></p>
|
|
|
@endif
|
|
|
</td>
|
|
|
<td>
|