From f9089bf54bf2c106ccc2f5e0b4849e176578f24a Mon Sep 17 00:00:00 2001 From: mohamadreza Date: Thu, 12 Sep 2024 15:08:46 +0330 Subject: [PATCH] feat(uuid): add uuid to admin --- resources/views/admin/codes/index.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/admin/codes/index.blade.php b/resources/views/admin/codes/index.blade.php index d74bf1b..7947bfb 100644 --- a/resources/views/admin/codes/index.blade.php +++ b/resources/views/admin/codes/index.blade.php @@ -15,6 +15,7 @@ ایدی + شناسه ایدی کاربر کد عنوان @@ -27,6 +28,7 @@ @foreach($codes as $code) {{ $code["id"] }} + {{ $code["uuid"] }} {{ $code["user_id"] }} {{ substr($code["code"], 0, 25) }} {{ substr($code["title"], 0, 25) }}