Fixed transfer category delete and changed type issue..

This commit is contained in:
Cüneyt Şentürk
2023-04-05 14:40:51 +03:00
parent e4154a7e38
commit 15a992365d
4 changed files with 22 additions and 8 deletions

View File

@ -67,7 +67,11 @@
@foreach($categories as $item)
<x-table.tr href="{{ route('categories.edit', $item->id) }}">
<x-table.td kind="bulkaction">
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
<x-index.bulkaction.single
id="{{ $item->id }}"
name="{{ $item->name }}"
:disabled="($item->isTransferCategory()) ? true : false"
/>
</x-table.td>
<x-table.td class="w-5/12">