From 68c547e14d1244501e8572e577e7a0c76a0c28e0 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 17 Aug 2022 13:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E4=BF=AE=E6=94=B9=E5=B7=B2=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=9A=84=E8=8A=82=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/program/index.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/program/index.blade.php b/resources/views/program/index.blade.php index f0e17ef..02f5416 100644 --- a/resources/views/program/index.blade.php +++ b/resources/views/program/index.blade.php @@ -30,6 +30,9 @@
{{$program->created_at}}
@endif + @auth("web") + $program->id])}}">编辑 + @endauth {{$program->name}} {{$program->difficulty}} {{$program->desc}}