feat: display last modified by user in foto modal

This commit is contained in:
LailaWulandarii 2026-02-28 08:51:55 +07:00
parent 6fa0d1a1da
commit a58121455c
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ class="custom-img-box-foto d-flex align-items-center justify-content-center text
</p>
</div>
</div>
<p class="x-small text-muted mb-0">Terakhir diubah oleh:</strong>
{{ $f->user->nama ?? 'Admin' }}</p>
</div>
</div>
</div>