in this table, I want a button in last colum before column "All" : "Search Duplicate Item.
This is trait where i do write my code.He is in folder Controller/Livewire
namespace App\Http\Livewire\Crud\Utility\Informatic;
use App\Models\Utility\Informatic\Library;
trait LibraryCrud
...
public function searchDuplicateObject($object){
//I need help here
}
}