diff --git a/resources/views/category/personnel.blade.php b/resources/views/category/personnel.blade.php index 002bc33..82cb66a 100644 --- a/resources/views/category/personnel.blade.php +++ b/resources/views/category/personnel.blade.php @@ -12,11 +12,11 @@ @include('category.left') -
-
- -
- @if ($articles->isNotEmpty()) + @if ($articles->isNotEmpty()) +
+
+ +
@foreach ($articles as $info)
@@ -38,11 +38,21 @@
@endforeach - @endif +
+
+ {{ $articles->links('layouts.pagination') }} +
+
-
-
+ @else +
+
+ + 抱歉,暂无内容 +
+
+ @endif
@endsection