update create AUK

This commit is contained in:
Александр Бабкин
2022-07-13 08:22:31 +03:00
parent 0cd5e9741f
commit fa2df0f944
5 changed files with 31 additions and 15 deletions

View File

@@ -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>