From 03df439a3df54bf774e392ffa8498301c2f6ac44 Mon Sep 17 00:00:00 2001 From: cimoing Date: Mon, 14 Sep 2020 13:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AF=8F=E6=AC=A1=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E4=BC=9A=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AA

?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/editor.blade.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/views/editor.blade.php b/resources/views/editor.blade.php index ed11b62..75c522e 100644 --- a/resources/views/editor.blade.php +++ b/resources/views/editor.blade.php @@ -7,7 +7,11 @@ @include('admin::form.error')

-

{!! old($column, $value) !!}

+ @if(!empty(old($column, $value))) + {!! old($column, $value) !!} + @else +

+ @endif
@@ -15,4 +19,4 @@ @include('admin::form.help-block') - \ No newline at end of file +