From a58121455c9b2a21da8524f1f0f3c615b31c3c1b Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Sat, 28 Feb 2026 08:51:55 +0700 Subject: [PATCH] feat: display last modified by user in foto modal --- .../views/admin/paket-foto/partials/modal-show-foto.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php index fbb3579..f55a472 100644 --- a/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php +++ b/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php @@ -61,6 +61,8 @@ class="custom-img-box-foto d-flex align-items-center justify-content-center text

+

Terakhir diubah oleh: + {{ $f->user->nama ?? 'Admin' }}