Livewire Nesteable

How to create a category and subcategory system with drag and drop and livewire on laravel?

There is quite a bit of information available already on how to go about drag and drop in Livewire, just need to perform an Internet search.

Caleb has a solid drag and drop screencast in which he goes into great detail on how to achieve such a thing. Alternatively Povilas Korop has a video on YouTube.

Yes, but there is only one level, If I want diffenrent levels?

The Livewire Sortable package used by Caleb and Povilas provides nested sorting.