UI
This commit is contained in:
parent
f6121d69cb
commit
3c339d3b02
@ -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> </th>
|
<th> </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]) }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user