for sub category status..

This commit is contained in:
Cüneyt Şentürk 2022-06-22 17:16:47 +03:00
parent 8dc11762b2
commit 248f760f3d

View File

@ -28,6 +28,10 @@
{{ $sub_category->name }} {{ $sub_category->name }}
</div> </div>
@endif @endif
@if (! $sub_category->enabled)
<x-index.disable text="{{ trans_choice('general.categories', 1) }}" />
@endif
</x-table.td> </x-table.td>
<x-table.td class="w-5/12 ltr:pr-6 rtl:pl-6 py-4 ltr:text-left rtl:text-right whitespace-nowrap text-sm font-normal text-black cursor-pointer truncate"> <x-table.td class="w-5/12 ltr:pr-6 rtl:pl-6 py-4 ltr:text-left rtl:text-right whitespace-nowrap text-sm font-normal text-black cursor-pointer truncate">