Commit 8aeb99a0 by 肖康

品牌地图页面

parent a0cb00f1
Showing with 4 additions and 8 deletions
......@@ -7,10 +7,9 @@
<div class="mallpage">
@include('common.mallHeaderTop')
@include('common.mallHeaderNav')
<div class="brandmap w1200">
<div class="bread-menu row boxsiz">
<a href="">Home</a>
<a href="/mall">Home</a>
<i>></i>
<span>Manufacturers</span>
</div>
......@@ -56,12 +55,9 @@
<div class="brand-group" guid="{{$key}}">
<div class="ttl">{{$key}}</div>
<div class="ttc row boxsiz">
<a href="">3DXTECH</a>
<a href="">3G Shielding Specialties</a>
<a href="">4D Systems</a>
<a href="">3DXTECH</a>
<a href="">3G Shielding Specialties</a>
<a href="">4D Systems</a>
@foreach ($item as $itemchild)
<a href="/brand/{{$itemchild['standard_brand_id']}}" target="_blank">{{$itemchild['brand_name_en']}}</a>
@endforeach
</div>
</div>
@endforeach
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment