This commit is contained in:
2022-06-30 16:09:28 +08:00
parent 93e7c6bbaa
commit 55f6d3f985
3 changed files with 2 additions and 32 deletions

View File

@@ -1,29 +0,0 @@
@extends('layouts.app')
@section('content')
<!-- Start 内容区域 -->
<div class="second">
<div class="container">
<div class="secondCont">
<!-- 导航 -->
@if($all_categorys->isNotEmpty())
@foreach($all_categorys as $category)
@if($category->children->isNotEmpty())
<div class="itemize">
<div class="itemize-title">{{ $category->title }}</div>
<ul class="itemize-ul">
@foreach($category->children()->where('status',1)->get() as $child)
<li>
<a href="{{ $child->link }}">{{ $child->title }}</a>
</li>
@endforeach
</ul>
</div>
@endif
@endforeach
@endif
</div>
</div>
</div>
@endsection

View File

@@ -20,8 +20,8 @@
<div class="col-md-12">
<div class="top">
<a href="https://www.has.ac.cn/">黑龙江省科学院</a>|
<a href="{{ $gLxwmCate->link }}">联系我们</a>|
<a href="#">网站地图</a>
<a href="{{ $gLxwmCate->link }}">联系我们</a>
{{-- <a href="#">网站地图</a>--}}
</div>
<div class="bottom">
<div class="logo">