Peter Muturi 7 місяців тому
батько
коміт
537a144dc6

+ 1 - 1
resources/views/app/my-account/admin/orders/partials/table.blade.php

@@ -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)