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