From 9143ea28566d947632f655c397371e2998b5cdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=20=D0=9B=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Mon, 2 Oct 2023 14:50:24 +0700 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=20=D1=81=20=D1=80=D0=B0=D0=B1=D0?= =?UTF-8?q?=BE=D1=82=D0=BD=D0=B8=D0=BA=D0=B0=D0=BC=D0=B8=20=D0=B1=D0=B5=D0=B7?= =?UTF-8?q?=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/worker/index.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/admin/worker/index.blade.php b/resources/views/admin/worker/index.blade.php index 2c876b0..3f623d1 100644 --- a/resources/views/admin/worker/index.blade.php +++ b/resources/views/admin/worker/index.blade.php @@ -100,7 +100,10 @@ @if ($user->id > 1) + @if (isset($user->workers[0]->id)) Изменить + + @endif @endif -- 1.7.10.4