MMC alpha ready

This commit is contained in:
Александр Бабкин
2022-07-14 17:00:24 +03:00
parent 58c92adfbc
commit ba97a6afc1
10 changed files with 154 additions and 144 deletions

View File

@@ -62,7 +62,7 @@
</tr>
@forelse ($top_auks as $top_auk)
<tr class="p-2 border border-gray-200 text-center">
<td class="p-2 border border-gray-200 text-center">{{ $top_auk->auk_name }}</td>
<td class="p-2 border border-gray-200 text-left">{{ $top_auk->auk_name }}</td>
<td class="p-2 border border-gray-200 text-center">
<table>
@forelse ($top_auk->mmcs as $mmc)
@@ -73,7 +73,7 @@
@empty
<tr>
<td>No MMC
<a href="{{ route('mmc.scan') }}">
<a href="{{ route('mmc.scan',$top_auk->id) }}" class="pl-2">
<button
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-full">
<i class="fa fa-search pr-2"></i>{{ __('Scan mmc') }}