This commit is contained in:
Masroor Ehsan 2025-01-06 18:23:26 +06:00
parent f6121d69cb
commit 3c339d3b02

View File

@ -5,7 +5,7 @@
<th>File</th>
<th>Size</th>
<th>Uploaded</th>
@if($allow_delete)
@if ($allow_delete)
<th>&nbsp;</th>
@endif
</tr>
@ -36,7 +36,7 @@
<td>
{{ $media->created_at->format('d.m.Y h:iA') }}
</td>
@if($allow_delete)
@if ($allow_delete)
<td>
<div class="d-flex align-items-end">
<form action="{{ route('staff.attachment.delete', [$study->hash, $media->id]) }}"