From ec6778aa2e2b0ca960a339e8dffb2236826c934e Mon Sep 17 00:00:00 2001 From: Sergey Panarin Date: Fri, 28 Jun 2024 13:06:05 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=D1=8B=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=20=D1=80=D0=B5=D0=B4?= =?UTF-8?q?=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=B2=D0=BE=D0=B0=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1?= =?UTF-8?q?=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/education/form.blade.php | 5 +---- resources/views/admin/education/index.blade.php | 3 ++- resources/views/admin/education/modal.blade.php | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/resources/views/admin/education/form.blade.php b/resources/views/admin/education/form.blade.php index dea1fb2..48591dc 100644 --- a/resources/views/admin/education/form.blade.php +++ b/resources/views/admin/education/form.blade.php @@ -1,9 +1,6 @@ @csrf -@isset($education) - @method('PUT') -@endisset - +@method('PUT')