refactoring

This commit is contained in:
Burak Civan 2022-10-21 10:18:41 +03:00
parent bb72886380
commit 7a4d42ed56

View File

@ -154,9 +154,7 @@
{{ $item->type_title }}
</x-slot>
<x-slot name="second" class="flex items-center">
<div class="flex items-center">
<x-index.category :model="$item->category" />
</div>
<x-index.category :model="$item->category" />
</x-slot>
</x-table.td>