diff --git a/config/settings.php b/config/settings.php index 9e7c5d2..858bff6 100644 --- a/config/settings.php +++ b/config/settings.php @@ -16,5 +16,6 @@ return [ 'xwdt' => '新闻动态', 'cxpt' => '创新平台', 'nyhjxh' => '能源环境学会', + 'lxwm' => '联系我们', ] ]; diff --git a/resources/views/category/lxwm.blade.php b/resources/views/category/lxwm.blade.php new file mode 100644 index 0000000..ca5672c --- /dev/null +++ b/resources/views/category/lxwm.blade.php @@ -0,0 +1,41 @@ +@extends('layouts.app') + +@section('title', $category->title) + + +@section('content') + +
+
+ @include('category.left') + +
+
+ 当前位置: 首页 > {{ $category->title }} +
+ + +
+
+ 联系我们 +
+
+ +
{{ config('siteName') }}
+
+ 地址:{{ config('address') }} + 电话:{{ config('mobile') }} + 邮箱:{{ config('email') }} +
+ + 扫描二维码公众号 +
+
+
+
+ +
+
+
+ +@endsection diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php index 0afc6a2..6fefee8 100644 --- a/resources/views/layouts/footer.blade.php +++ b/resources/views/layouts/footer.blade.php @@ -16,12 +16,14 @@
-
版权所有:黑龙江省科学院能源环境研究院黑ICP备2020006939号
-
邮箱:hljnyfh@163.com电话:0451-82331855
-
地址:南岗区大成街138号
+
版权所有:黑龙江省科学院能源环境研究院{{ config('beian') }}
+
+ 邮箱:{{ config('email') }}电话:{{ config('mobile') }} +
+
地址:{{ config('address') }}
-{{-- --}} + {{-- --}}