fixed order details body
This commit is contained in:
@@ -154,6 +154,20 @@
|
|||||||
<th>Price</th>
|
<th>Price</th>
|
||||||
<th>Quantity</th>
|
<th>Quantity</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@elseif($array_item[0]->FormUsed=="name-size-form")
|
||||||
|
<tr>
|
||||||
|
<th>Name</th>
|
||||||
|
<th>Size</th>
|
||||||
|
<th>Price</th>
|
||||||
|
<th>Quantity</th>
|
||||||
|
</tr>
|
||||||
|
@elseif($array_item[0]->FormUsed=="jersey-and-shorts-quantity-form")
|
||||||
|
<tr>
|
||||||
|
<th>Jersey Size</th>
|
||||||
|
<th>Shorts Size</th>
|
||||||
|
<th>Price</th>
|
||||||
|
<th>Quantity</th>
|
||||||
|
</tr>
|
||||||
@else
|
@else
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
@@ -212,6 +226,20 @@
|
|||||||
<td>{{ $sub_item->Price }}</td>
|
<td>{{ $sub_item->Price }}</td>
|
||||||
<td>{{ $sub_item->Quantity }}</td>
|
<td>{{ $sub_item->Quantity }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@elseif($item->FormUsed=="name-size-form")
|
||||||
|
<tr>
|
||||||
|
<td>{{ $sub_item->Name }}</td>
|
||||||
|
<td>{{ $sub_item->Size }}</td>
|
||||||
|
<td>{{ $sub_item->Price }}</td>
|
||||||
|
<td>{{ $sub_item->Quantity }}</td>
|
||||||
|
</tr>
|
||||||
|
@elseif($item->FormUsed=="jersey-and-shorts-quantity-form")
|
||||||
|
<tr>
|
||||||
|
<td>{{ $sub_item->JerseySize }}</td>
|
||||||
|
<td>{{ $sub_item->ShortsSize }}</td>
|
||||||
|
<td>{{ $sub_item->Price }}</td>
|
||||||
|
<td>{{ $sub_item->Quantity }}</td>
|
||||||
|
</tr>
|
||||||
@else
|
@else
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user