update create AUK
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
<th class="p-2 border border-gray-200">
|
||||
{{ __('Path') }}
|
||||
</th>
|
||||
<th class="p-2 border border-gray-200">
|
||||
{{ __('Image Dir') }}
|
||||
</th>
|
||||
<th class="p-2 border border-gray-200">
|
||||
{{ __('Actions') }}
|
||||
</th>
|
||||
@@ -45,6 +48,7 @@
|
||||
<tr class="border border-gray-200">
|
||||
<td class="p-2 border border-gray-200">{{ $top_auk->auk_name }}</td>
|
||||
<td class="p-2 border border-gray-200">{{ $top_auk->auk_path }}</td>
|
||||
<td class="p-2 border border-gray-200">{{ $top_auk->image_dir }}</td>
|
||||
<td class="p-2 border border-gray-200">
|
||||
<div class="text-center">
|
||||
@include('auks.actions', ['auk' => $top_auk])
|
||||
@@ -65,7 +69,7 @@
|
||||
|
||||
@empty
|
||||
<tr>
|
||||
<td colspan="3" class="p-2 border border-gray-200 text-center">No AUKs!</td>
|
||||
<td colspan="4" class="p-2 border border-gray-200 text-center">No AUKs!</td>
|
||||
</tr>
|
||||
@endforelse
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user