use App\Http\Controllers\EmployeeController; //... Route::get('/employees/search/{name}', [EmployeeController::class, 'search']);