|
@@ -61,7 +61,7 @@
|
|
|
@foreach($order->associatedOrders($order->id) as $tOrder => $assocOrder)
|
|
|
<?php $orderTotal = $orderTotal + $assocOrder->order_total; ?>
|
|
|
@foreach($assocOrder->testsRequested() as $tkey => $test)
|
|
|
- <small>{{ config('constants.tests.'.$test) }}<small>>@if(count($order->associatedOrders($order->id)) -1 !== $tOrder),@endif
|
|
|
+ <small>{{ config('constants.tests.'.$test) }}<small>@if(count($order->associatedOrders($order->id)) -1 !== $tOrder),@endif
|
|
|
@endforeach
|
|
|
@endforeach
|
|
|
@if(@$storeOrderSelectedOptions->partner == 1)
|