contains($item->id))
@endif
id="{{ $relation }}{{ $item->id }}"
name="{{ $relation }}[]"
type="checkbox"
value="{{ $item->id }}"
@class([
'w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 focus:ring-0 cursor-pointer ',
'opacity-50' => !$item->active])
>
@if (!$item->active)
@endif