Peter Muturi 7 달 전
부모
커밋
537a144dc6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/my-account/admin/orders/partials/table.blade.php

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