Commit 8aeb99a0 by 肖康

品牌地图页面

parent a0cb00f1
Showing with 4 additions and 8 deletions
...@@ -7,10 +7,9 @@ ...@@ -7,10 +7,9 @@
<div class="mallpage"> <div class="mallpage">
@include('common.mallHeaderTop') @include('common.mallHeaderTop')
@include('common.mallHeaderNav') @include('common.mallHeaderNav')
<div class="brandmap w1200"> <div class="brandmap w1200">
<div class="bread-menu row boxsiz"> <div class="bread-menu row boxsiz">
<a href="">Home</a> <a href="/mall">Home</a>
<i>></i> <i>></i>
<span>Manufacturers</span> <span>Manufacturers</span>
</div> </div>
...@@ -56,12 +55,9 @@ ...@@ -56,12 +55,9 @@
<div class="brand-group" guid="{{$key}}"> <div class="brand-group" guid="{{$key}}">
<div class="ttl">{{$key}}</div> <div class="ttl">{{$key}}</div>
<div class="ttc row boxsiz"> <div class="ttc row boxsiz">
<a href="">3DXTECH</a> @foreach ($item as $itemchild)
<a href="">3G Shielding Specialties</a> <a href="/brand/{{$itemchild['standard_brand_id']}}" target="_blank">{{$itemchild['brand_name_en']}}</a>
<a href="">4D Systems</a> @endforeach
<a href="">3DXTECH</a>
<a href="">3G Shielding Specialties</a>
<a href="">4D Systems</a>
</div> </div>
</div> </div>
@endforeach @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