From a967b2ae7fda132c137719b6d5904641e934b61f 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: Fri, 6 Oct 2023 10:06:52 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=98=D0=9E=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8,=20=D0=B8=20=D1=80=D0=B0=D0?= =?UTF-8?q?=B7=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B5=D0=B4?= =?UTF-8?q?=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/worker/index.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/admin/worker/index.blade.php b/resources/views/admin/worker/index.blade.php index ccd2a30..243c91e 100644 --- a/resources/views/admin/worker/index.blade.php +++ b/resources/views/admin/worker/index.blade.php @@ -51,7 +51,7 @@ class="text-xs font-semibold tracking-wide text-left text-gray-500 uppercase border-b dark:border-gray-700 bg-gray-50 dark:text-gray-400 dark:bg-gray-800" > № - Имя + ФИО Email/Телефон % заполнения анкеты Должность @@ -67,7 +67,7 @@ {{$user->id}} - {{ !empty($user->name_man) ? $user->name_man : $user->name }} + {{ $user->surname }} {{ !empty($user->name_man) ? $user->name_man : $user->name }} {{ $user->surname2 }}
@@ -107,12 +107,12 @@ {{ $user->created_at }} - @if ($user->id > 1) + @if (isset($user->workers[0]->id)) Изменить @endif - @endif +