unused HTML classname ejected

This commit is contained in:
Burak Civan
2022-08-02 12:24:35 +03:00
parent 546d359d04
commit 372ec0782c
11 changed files with 30 additions and 34 deletions

View File

@@ -62,11 +62,9 @@
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
</x-table.td>
<x-table.td class="w-6/12 sm:w-5/12 truncate">
<x-table.td class="w-6/12 sm:w-5/12">
<x-slot name="first" class="flex">
<div class="font-bold truncate">
{{ $item->name }}
</div>
{{ $item->name }}
@if (! $item->enabled)
<x-index.disable text="{{ trans_choice('general.accounts', 1) }}" />