I don't know when and why this is happen. But, before I make a lot of changes in different part of feature.
The deleted button of administrator feature is working fine.
I use resource to be my route path:
Route::resource('administrator', AdministratorController::class)->except('create', 'show', 'edit');
If anyone here, ever had the same issue. I need your help guys