feat: display last modified by user in foto modal
This commit is contained in:
parent
6fa0d1a1da
commit
a58121455c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue