diff --git a/resources/views/articles/search.blade.php b/resources/views/articles/search.blade.php index 2971a28..74e3a91 100644 --- a/resources/views/articles/search.blade.php +++ b/resources/views/articles/search.blade.php @@ -1,38 +1,38 @@ -@extends('layouts.app') - -@section('title', '搜索结果') - - -@section('content') - -
-
- 首页 - - 搜索结果 -
- - - -
- @if ($articles->isNotEmpty()) - {{ $articles->links('layouts.pagination') }} - @endif -
-
- -@endsection +@extends('layouts.app') + +@section('title', '搜索结果') + + +@section('content') + +
+
+ 首页 + + 搜索结果 +
+ + + +
+ @if ($articles->isNotEmpty()) + {{ $articles->links('layouts.pagination') }} + @endif +
+
+ +@endsection diff --git a/resources/views/category/cgzh.blade.php b/resources/views/category/cgzh.blade.php index f6ba003..c5d7c14 100644 --- a/resources/views/category/cgzh.blade.php +++ b/resources/views/category/cgzh.blade.php @@ -7,7 +7,7 @@
@@ -25,8 +25,7 @@ @if(getArticlesBYCate(20,8)->isNotEmpty()) @foreach (getArticlesBYCate(20,8) as $article) @if ($loop->first) - + {{ $article->title }} @endif @@ -55,8 +54,7 @@ @if(getArticlesBYCate(21,8)->isNotEmpty()) @foreach (getArticlesBYCate(21,8) as $article) @if ($loop->first) - + {{ $article->title }} @endif diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index caf6b38..1288d6d 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -37,8 +37,7 @@
-

卓越创新,智慧创造。

-

——智能制造所办所训

+ 卓越创新  智慧创造
diff --git a/resources/views/patents/paper.blade.php b/resources/views/patents/paper.blade.php index 0b63915..a83eb20 100644 --- a/resources/views/patents/paper.blade.php +++ b/resources/views/patents/paper.blade.php @@ -1,50 +1,50 @@ - -
- -
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
- - - -
- - - - - - - - - @foreach ($patents as $patent) - - - - - - - @endforeach - -
论文题目刊物名称刊物作者发表年度
{{ $patent->title }}{{ $patent->publication??'---' }}{{ $patent->nickname??'---' }}{{ $patent->created_at->format('Y-m-d') }}
+ +
+ +
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+ + + +
+ + + + + + + + + @foreach ($patents as $patent) + + + + + + + @endforeach + +
论文题目刊物名称刊物作者发表年度
{{ $patent->title }}{{ $patent->publication??'---' }}{{ $patent->nickname??'---' }}{{ $patent->created_at->format('Y-m-d') }}
diff --git a/resources/views/patents/patent.blade.php b/resources/views/patents/patent.blade.php index 75694f4..67eb652 100644 --- a/resources/views/patents/patent.blade.php +++ b/resources/views/patents/patent.blade.php @@ -1,53 +1,53 @@ -
- -
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
- - -
- - - - - - - - - - - @foreach ($patents as $patent) - - - - - - - - @endforeach - + + + + + + + + +
专利名称专利号专利类别申请日期第一发明人
{{ $patent->title }}{{ $patent->number??'---' }}{{ $patent->category->title??'---' }}{{ $patent->application??'---' }}{{ $patent->nickname }}
+ + + + + + + + @foreach ($patents as $patent) + + + + + + + + @endforeach +
专利名称专利号专利类别申请日期第一发明人
{{ $patent->title }}{{ $patent->number??'---' }}{{ $patent->category->title??'---' }}{{ $patent->application??'---' }}{{ $patent->nickname }}
\ No newline at end of file