From 6492690d4c0a2b6e2f7f0da8752464c72cf47264 Mon Sep 17 00:00:00 2001 From: xuanchen <122383162@qq.com> Date: Mon, 29 Nov 2021 11:41:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=BA=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/category/personnel.blade.php | 26 ++++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) 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