refactoring
This commit is contained in:
@@ -57,10 +57,10 @@
|
|||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-6/12 sm:w-4/12">
|
<x-table.td class="w-6/12 sm:w-4/12">
|
||||||
<x-slot name="first" class="flex" override="class">
|
<x-slot name="first" class="flex font-bold" override="class">
|
||||||
<div class="font-bold truncate">
|
<span class="font-bold truncate">
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
</div>
|
</span>
|
||||||
|
|
||||||
@if (! $item->enabled)
|
@if (! $item->enabled)
|
||||||
<x-index.disable text="{{ trans_choice('general.currencies', 1) }}" />
|
<x-index.disable text="{{ trans_choice('general.currencies', 1) }}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user