unused HTML classname ejected
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-5/12 truncate">
|
||||
<x-table.td class="w-5/12">
|
||||
@if ($item->sub_categories->count())
|
||||
<div class="flex items-center font-bold">
|
||||
{{ $item->name }}
|
||||
@ -97,7 +97,7 @@
|
||||
@endif
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-5/12 truncate">
|
||||
<x-table.td class="w-5/12">
|
||||
@if (! empty($types[$item->type]))
|
||||
{{ $types[$item->type] }}
|
||||
@else
|
||||
@ -105,7 +105,7 @@
|
||||
@endif
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-2/12 relative">
|
||||
<x-table.td class="w-2/12">
|
||||
<span class="material-icons text-{{ $item->color }}" class="text-3xl" style="color:{{ $item->color }};">circle</span>
|
||||
</x-table.td>
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
||||
</x-slot>
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-6/12 sm:w-3/12 truncate">
|
||||
<x-table.td class="w-6/12 sm:w-3/12">
|
||||
{{ $item->code }}
|
||||
</x-table.td>
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
{{ $item->symbol }}
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-2/12 relative truncate">
|
||||
<x-table.td class="w-2/12">
|
||||
{{ $item->rate }}
|
||||
</x-table.td>
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
||||
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-5/12 truncate">
|
||||
<x-table.td class="w-5/12">
|
||||
<x-slot name="first" class="flex" override="class">
|
||||
<div class="font-bold truncate">
|
||||
{{ $item->name }}
|
||||
@ -83,11 +83,11 @@
|
||||
</x-slot>
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-4/12 truncate">
|
||||
<x-table.td class="w-4/12">
|
||||
{{ $types[$item->type] }}
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-3/12 relative">
|
||||
<x-table.td class="w-3/12">
|
||||
{{ $item->rate }}
|
||||
</x-table.td>
|
||||
|
||||
|
Reference in New Issue
Block a user